Mercurial > hg > easyhg-kdiff3
diff kdiff3/src/kreplacements/kreplacements.h @ 53:32d5cbf9db71
Corrections for 0.9.81:
- Fix for configure --enable-final
- Bugfixes
- First steps towards internationalisation
author | joachim99 |
---|---|
date | Tue, 20 Jan 2004 20:19:59 +0000 |
parents | c59d5a3a8ff3 |
children | efe33e938730 |
line wrap: on
line diff
--- a/kdiff3/src/kreplacements/kreplacements.h Tue Dec 09 20:34:32 2003 +0000 +++ b/kdiff3/src/kreplacements/kreplacements.h Tue Jan 20 20:19:59 2004 +0000 @@ -15,13 +15,6 @@ * * ***************************************************************************/ -/*************************************************************************** - * $Log$ - * Revision 1.2 2003/12/09 20:26:39 joachim99 - * 0.9.80 - * - ***************************************************************************/ - #ifndef KREPLACEMENTS_H #define KREPLACEMENTS_H @@ -41,6 +34,8 @@ #include <map> +QString getTranslationDir(); + class KMainWindow; class KURL @@ -232,6 +227,7 @@ class KAction : public QAction { + Q_OBJECT public: KAction(const QString& text, const QIconSet& icon, int accel, QObject* receiver, const char* slot, KActionCollection* actionCollection, const QString& name, bool bToggle=false, bool bMenu=true); KAction(const QString& text, int accel, QObject* receiver, const char* slot, KActionCollection* actionCollection, const QString& name, bool bToggle=false, bool bMenu=true);