summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/finddialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/finddialog.h')
-rw-r--r--kbabel/commonui/finddialog.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/kbabel/commonui/finddialog.h b/kbabel/commonui/finddialog.h
index e489c51a..174d8b81 100644
--- a/kbabel/commonui/finddialog.h
+++ b/kbabel/commonui/finddialog.h
@@ -20,11 +20,11 @@
In addition, as a special exception, the copyright holders give
permission to link the code of this program with any edition of
- the Qt library by Trolltech AS, Norway (or with modified versions
- of Qt that use the same license as Qt), and distribute linked
+ the TQt library by Trolltech AS, Norway (or with modified versions
+ of TQt that use the same license as TQt), and distribute linked
combinations including the two. You must obey the GNU General
Public License in all respects for all of the code used other than
- Qt. If you modify this file, you may extend this exception to
+ TQt. If you modify this file, you may extend this exception to
your version of the file, but you are not obligated to do so. If
you do not wish to do so, delete this exception statement from
your version.
@@ -47,12 +47,13 @@ class KComboBox;
class KDE_EXPORT FindDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
* @param replaceDlg flag, if this is a replace dialog
*/
- FindDialog(bool replaceDlg, TQWidget* parent);
+ FindDialog(bool replaceDlg, TQWidget* tqparent);
~FindDialog();
/**
@@ -122,12 +123,13 @@ private:
class KDE_EXPORT ReplaceDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ReplaceDialog(TQWidget* parent);
+ ReplaceDialog(TQWidget* tqparent);
~ReplaceDialog();
signals:
- void replace();
+ void tqreplace();
void replaceAll();
void next();