summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/wordcompletion')
-rw-r--r--kmouth/wordcompletion/dictionarycreationwizard.h6
-rw-r--r--kmouth/wordcompletion/klanguagebutton.h2
-rw-r--r--kmouth/wordcompletion/wordcompletion.h2
-rw-r--r--kmouth/wordcompletion/wordcompletionwidget.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.h b/kmouth/wordcompletion/dictionarycreationwizard.h
index ea0784b..8d99da5 100644
--- a/kmouth/wordcompletion/dictionarycreationwizard.h
+++ b/kmouth/wordcompletion/dictionarycreationwizard.h
@@ -42,7 +42,7 @@ class MergeWidget;
*/
class DictionaryCreationWizard : public KWizard {
Q_OBJECT
- TQ_OBJECT
+
public:
DictionaryCreationWizard (TQWidget *parent, const char *name,
TQStringList dictionaryNames,
@@ -77,7 +77,7 @@ private:
*/
class MergeWidget : public TQScrollView {
Q_OBJECT
- TQ_OBJECT
+
public:
MergeWidget(KWizard *parent, const char *name,
TQStringList dictionaryNames,
@@ -101,7 +101,7 @@ private:
*/
class CompletionWizardWidget : public KDEDocSourceUI {
Q_OBJECT
- TQ_OBJECT
+
friend class ConfigWizard;
public:
CompletionWizardWidget(KWizard *parent, const char *name);
diff --git a/kmouth/wordcompletion/klanguagebutton.h b/kmouth/wordcompletion/klanguagebutton.h
index c38ff9e..385e363 100644
--- a/kmouth/wordcompletion/klanguagebutton.h
+++ b/kmouth/wordcompletion/klanguagebutton.h
@@ -40,7 +40,7 @@
class KLanguageButton : public TQPushButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
KLanguageButton(TQWidget *parent=0, const char *name=0);
diff --git a/kmouth/wordcompletion/wordcompletion.h b/kmouth/wordcompletion/wordcompletion.h
index 220196f..2f92bc6 100644
--- a/kmouth/wordcompletion/wordcompletion.h
+++ b/kmouth/wordcompletion/wordcompletion.h
@@ -9,7 +9,7 @@
class WordCompletion : public KCompletion {
friend class WordListWidget;
Q_OBJECT
- TQ_OBJECT
+
public:
WordCompletion();
virtual ~WordCompletion();
diff --git a/kmouth/wordcompletion/wordcompletionwidget.h b/kmouth/wordcompletion/wordcompletionwidget.h
index 09d05a2..a12b9e1 100644
--- a/kmouth/wordcompletion/wordcompletionwidget.h
+++ b/kmouth/wordcompletion/wordcompletionwidget.h
@@ -30,7 +30,7 @@ class KLanguageButton;
*/
class WordCompletionWidget : public WordCompletionUI {
Q_OBJECT
- TQ_OBJECT
+
public:
WordCompletionWidget(TQWidget *parent, const char *name);
~WordCompletionWidget();