Mercurial > hg > easyhg-kdiff3
comparison 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 |
comparison
equal
deleted
inserted
replaced
52:ba22ec30aa4e | 53:32d5cbf9db71 |
---|---|
11 * This program is free software; you can redistribute it and/or modify * | 11 * This program is free software; you can redistribute it and/or modify * |
12 * it under the terms of the GNU General Public License as published by * | 12 * it under the terms of the GNU General Public License as published by * |
13 * the Free Software Foundation; either version 2 of the License, or * | 13 * the Free Software Foundation; either version 2 of the License, or * |
14 * (at your option) any later version. * | 14 * (at your option) any later version. * |
15 * * | 15 * * |
16 ***************************************************************************/ | |
17 | |
18 /*************************************************************************** | |
19 * $Log$ | |
20 * Revision 1.2 2003/12/09 20:26:39 joachim99 | |
21 * 0.9.80 | |
22 * | |
23 ***************************************************************************/ | 16 ***************************************************************************/ |
24 | 17 |
25 #ifndef KREPLACEMENTS_H | 18 #ifndef KREPLACEMENTS_H |
26 #define KREPLACEMENTS_H | 19 #define KREPLACEMENTS_H |
27 | 20 |
38 #include <qprogressbar.h> | 31 #include <qprogressbar.h> |
39 #include <qpopupmenu.h> | 32 #include <qpopupmenu.h> |
40 #include <qstringlist.h> | 33 #include <qstringlist.h> |
41 | 34 |
42 #include <map> | 35 #include <map> |
36 | |
37 QString getTranslationDir(); | |
43 | 38 |
44 class KMainWindow; | 39 class KMainWindow; |
45 | 40 |
46 class KURL | 41 class KURL |
47 { | 42 { |
230 QString readEntry(const QString&, const QString& ); | 225 QString readEntry(const QString&, const QString& ); |
231 }; | 226 }; |
232 | 227 |
233 class KAction : public QAction | 228 class KAction : public QAction |
234 { | 229 { |
230 Q_OBJECT | |
235 public: | 231 public: |
236 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); | 232 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); |
237 KAction(const QString& text, int accel, QObject* receiver, const char* slot, KActionCollection* actionCollection, const QString& name, bool bToggle=false, bool bMenu=true); | 233 KAction(const QString& text, int accel, QObject* receiver, const char* slot, KActionCollection* actionCollection, const QString& name, bool bToggle=false, bool bMenu=true); |
238 void setStatusText(const QString&); | 234 void setStatusText(const QString&); |
239 void plug(QPopupMenu*); | 235 void plug(QPopupMenu*); |