diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:37 -0600 |
commit | f82f3a873111fde198134b019e7513cfad4b5d08 (patch) | |
tree | c71c1e904fdffdf8bcc76f6722981a300e518263 /kmouth/wordcompletion | |
parent | 0f6d4a4ca2916b2e29bb93d852a3a7c9ad680935 (diff) | |
download | tdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.tar.gz tdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmouth/wordcompletion')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.h | 6 | ||||
-rw-r--r-- | kmouth/wordcompletion/klanguagebutton.h | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletion.h | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionwidget.h | 2 |
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(); |