diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
commit | 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch) | |
tree | 7aca707994f0758ad30d3bcc0041d5b246f2269e /kig | |
parent | 84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff) | |
download | tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kig')
-rw-r--r-- | kig/filters/drgeo-filter-chooser.h | 2 | ||||
-rw-r--r-- | kig/filters/imageexporteroptions.h | 2 | ||||
-rw-r--r-- | kig/kfile/kfile_drgeo.h | 2 | ||||
-rw-r--r-- | kig/kfile/kfile_kig.h | 2 | ||||
-rw-r--r-- | kig/kig/kig.h | 2 | ||||
-rw-r--r-- | kig/kig/kig_commands.h | 2 | ||||
-rw-r--r-- | kig/kig/kig_part.h | 2 | ||||
-rw-r--r-- | kig/kig/kig_view.h | 4 | ||||
-rw-r--r-- | kig/misc/guiaction.h | 2 | ||||
-rw-r--r-- | kig/misc/kigfiledialog.h | 2 | ||||
-rw-r--r-- | kig/misc/kiginputdialog.h | 2 | ||||
-rw-r--r-- | kig/modes/edittype.h | 2 | ||||
-rw-r--r-- | kig/modes/linkslabel.h | 2 | ||||
-rw-r--r-- | kig/modes/macrowizard.h | 2 | ||||
-rw-r--r-- | kig/modes/popup.h | 4 | ||||
-rw-r--r-- | kig/modes/textlabelwizard.h | 2 | ||||
-rw-r--r-- | kig/modes/typesdialog.h | 2 | ||||
-rw-r--r-- | kig/scripting/newscriptwizard.h | 2 |
18 files changed, 20 insertions, 20 deletions
diff --git a/kig/filters/drgeo-filter-chooser.h b/kig/filters/drgeo-filter-chooser.h index 1adb47c0..78e3b4c0 100644 --- a/kig/filters/drgeo-filter-chooser.h +++ b/kig/filters/drgeo-filter-chooser.h @@ -28,7 +28,7 @@ class KigFilterDrgeoChooser : public KigFilterDrgeoChooserBase { Q_OBJECT - TQ_OBJECT + public: KigFilterDrgeoChooser( const TQStringList& l ); diff --git a/kig/filters/imageexporteroptions.h b/kig/filters/imageexporteroptions.h index 30c128b7..ba5e645b 100644 --- a/kig/filters/imageexporteroptions.h +++ b/kig/filters/imageexporteroptions.h @@ -26,7 +26,7 @@ class ImageExporterOptions : public ImageExporterOptionsBase { Q_OBJECT - TQ_OBJECT + TQSize msize; diff --git a/kig/kfile/kfile_drgeo.h b/kig/kfile/kfile_drgeo.h index 950c6093..94b6f696 100644 --- a/kig/kfile/kfile_drgeo.h +++ b/kig/kfile/kfile_drgeo.h @@ -28,7 +28,7 @@ class TQStringList; class DrgeoPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: DrgeoPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kig/kfile/kfile_kig.h b/kig/kfile/kfile_kig.h index c0d248f6..5d1790ce 100644 --- a/kig/kfile/kfile_kig.h +++ b/kig/kfile/kfile_kig.h @@ -28,7 +28,7 @@ class TQStringList; class KigPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KigPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kig/kig/kig.h b/kig/kig/kig.h index fb153d7f..3522c65f 100644 --- a/kig/kig/kig.h +++ b/kig/kig/kig.h @@ -49,7 +49,7 @@ class KRecentFilesAction; class Kig : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: /** * Default Constructor diff --git a/kig/kig/kig_commands.h b/kig/kig/kig_commands.h index 5bd3ae29..c21d4692 100644 --- a/kig/kig/kig_commands.h +++ b/kig/kig/kig_commands.h @@ -44,7 +44,7 @@ class KigCommand : public TQObject, public KNamedCommand { Q_OBJECT - TQ_OBJECT + class Private; Private* d; public: diff --git a/kig/kig/kig_part.h b/kig/kig/kig_part.h index 81435abf..9a26651d 100644 --- a/kig/kig/kig_part.h +++ b/kig/kig/kig_part.h @@ -61,7 +61,7 @@ class ScreenInfo; class KigPart : public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kig/kig/kig_view.h b/kig/kig/kig_view.h index 28cc9947..96da513c 100644 --- a/kig/kig/kig_view.h +++ b/kig/kig/kig_view.h @@ -50,7 +50,7 @@ class KigView; class KigWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + KigPart* mpart; KigView* mview; @@ -228,7 +228,7 @@ class KigView : public TQWidget { Q_OBJECT - TQ_OBJECT + TQGridLayout* mlayout; TQScrollBar* mrightscroll; diff --git a/kig/misc/guiaction.h b/kig/misc/guiaction.h index 724ce6cf..05ffb994 100644 --- a/kig/misc/guiaction.h +++ b/kig/misc/guiaction.h @@ -35,7 +35,7 @@ class KigGUIAction : public KAction { Q_OBJECT - TQ_OBJECT + GUIAction* mact; KigPart& mdoc; public: diff --git a/kig/misc/kigfiledialog.h b/kig/misc/kigfiledialog.h index 8a299bf5..d1acc1fd 100644 --- a/kig/misc/kigfiledialog.h +++ b/kig/misc/kigfiledialog.h @@ -28,7 +28,7 @@ class KigFileDialog : public KFileDialog { Q_OBJECT - TQ_OBJECT + private: /** diff --git a/kig/misc/kiginputdialog.h b/kig/misc/kiginputdialog.h index f11d2665..c9f4be7d 100644 --- a/kig/misc/kiginputdialog.h +++ b/kig/misc/kiginputdialog.h @@ -41,7 +41,7 @@ class KigInputDialog : KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kig/modes/edittype.h b/kig/modes/edittype.h index aeb874ad..28e2353d 100644 --- a/kig/modes/edittype.h +++ b/kig/modes/edittype.h @@ -28,7 +28,7 @@ class EditType : public EditTypeBase { Q_OBJECT - TQ_OBJECT + TQString mname; TQString mdesc; diff --git a/kig/modes/linkslabel.h b/kig/modes/linkslabel.h index e2349361..a45777d5 100644 --- a/kig/modes/linkslabel.h +++ b/kig/modes/linkslabel.h @@ -30,7 +30,7 @@ class LinksLabel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: LinksLabel( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kig/modes/macrowizard.h b/kig/modes/macrowizard.h index 2680f5ce..ebd4c519 100644 --- a/kig/modes/macrowizard.h +++ b/kig/modes/macrowizard.h @@ -25,7 +25,7 @@ class DefineMacroMode; class MacroWizard : public MacroWizardBase { Q_OBJECT - TQ_OBJECT + public: MacroWizard( TQWidget* parent, DefineMacroMode* m ); ~MacroWizard(); diff --git a/kig/modes/popup.h b/kig/modes/popup.h index 4db6838f..3485bbea 100644 --- a/kig/modes/popup.h +++ b/kig/modes/popup.h @@ -47,7 +47,7 @@ class NormalModePopupObjects : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: NormalModePopupObjects( KigPart& part, KigWidget& view, @@ -118,7 +118,7 @@ class ObjectChooserPopup : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kig/modes/textlabelwizard.h b/kig/modes/textlabelwizard.h index 5aec81a4..5e22ada2 100644 --- a/kig/modes/textlabelwizard.h +++ b/kig/modes/textlabelwizard.h @@ -25,7 +25,7 @@ class TextLabelModeBase; class TextLabelWizard : public TextLabelWizardBase { Q_OBJECT - TQ_OBJECT + public: TextLabelWizard( TQWidget* parent, TextLabelModeBase* mode ); ~TextLabelWizard(); diff --git a/kig/modes/typesdialog.h b/kig/modes/typesdialog.h index 03eed111..c0333ecb 100644 --- a/kig/modes/typesdialog.h +++ b/kig/modes/typesdialog.h @@ -39,7 +39,7 @@ class KigDocument; class TypesDialog : public TypesDialogBase { Q_OBJECT - TQ_OBJECT + // necessary because some MacroList functions need it.. KigPart& mpart; diff --git a/kig/scripting/newscriptwizard.h b/kig/scripting/newscriptwizard.h index 0a76f58f..ac690156 100644 --- a/kig/scripting/newscriptwizard.h +++ b/kig/scripting/newscriptwizard.h @@ -35,7 +35,7 @@ class NewScriptWizard : public NewScriptWizardBase { Q_OBJECT - TQ_OBJECT + ScriptModeBase* mmode; public: NewScriptWizard( TQWidget* parent, ScriptModeBase* mode ); |