diff --git a/krename/ProgressDialog.h b/krename/ProgressDialog.h index 9f9985d..791b4c4 100644 --- a/krename/ProgressDialog.h +++ b/krename/ProgressDialog.h @@ -44,7 +44,7 @@ class TQVBoxLayout; class ProgressDialog : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ProgressDialog( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~ProgressDialog(); diff --git a/krename/commandplugin.h b/krename/commandplugin.h index 1d6803e..6609ac3 100644 --- a/krename/commandplugin.h +++ b/krename/commandplugin.h @@ -29,7 +29,7 @@ class KListBox; class KPushButton; class CommandPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/confdialog.h b/krename/confdialog.h index 937ed08..0efe999 100644 --- a/krename/confdialog.h +++ b/krename/confdialog.h @@ -33,7 +33,7 @@ class TQWidget; class KIntNumInput; class ConfDialog : public KDialogBase, public GUIModeSelector { Q_OBJECT - TQ_OBJECT + public: ConfDialog( TQWidget* parent = 0, const char* name = 0 ); ~ConfDialog(); diff --git a/krename/coorddialog.h b/krename/coorddialog.h index 5ef70b0..009897d 100644 --- a/krename/coorddialog.h +++ b/krename/coorddialog.h @@ -24,7 +24,7 @@ class TQKeyEvent; class DSLineEdit : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: DSLineEdit( TQWidget* parent = 0, const char* name = 0 ); @@ -47,7 +47,7 @@ class TQString; */ class CoordDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CoordDialog( const TQString & file, TQWidget *_parent=0, const char *name=0); ~CoordDialog(); diff --git a/krename/datetime.h b/krename/datetime.h index 6bb485e..8672a7a 100644 --- a/krename/datetime.h +++ b/krename/datetime.h @@ -43,7 +43,7 @@ class TQWidget; class MyDatePlugin: public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/dsdirselectdialog.h b/krename/dsdirselectdialog.h index 2ccdb4f..b16a0aa 100644 --- a/krename/dsdirselectdialog.h +++ b/krename/dsdirselectdialog.h @@ -27,7 +27,7 @@ class KComboBox; /* A small helper class to allow layout changes in KDirSelectDialog */ class DSDirSelectDialog : public KFileDialog { Q_OBJECT - TQ_OBJECT + public: DSDirSelectDialog( TQWidget* parent ); diff --git a/krename/encodingplugin.h b/krename/encodingplugin.h index cae24ea..710a340 100644 --- a/krename/encodingplugin.h +++ b/krename/encodingplugin.h @@ -29,7 +29,7 @@ class TQCheckBox; class EncodingPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/fileoperation.h b/krename/fileoperation.h index a9151e8..d3ab1c5 100644 --- a/krename/fileoperation.h +++ b/krename/fileoperation.h @@ -25,7 +25,7 @@ class TQString; class FileOperation: public TQObject { Q_OBJECT - TQ_OBJECT + public: FileOperation(); ~FileOperation(); diff --git a/krename/fileplugin.h b/krename/fileplugin.h index b9b2fa7..edda511 100644 --- a/krename/fileplugin.h +++ b/krename/fileplugin.h @@ -39,7 +39,7 @@ class TQVBoxLayout; class KFilePlugin; class FilePlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: FilePlugin( KService* service ); ~FilePlugin(); diff --git a/krename/firststartdlg.h b/krename/firststartdlg.h index b96032f..b09a41e 100644 --- a/krename/firststartdlg.h +++ b/krename/firststartdlg.h @@ -24,7 +24,7 @@ class FirstStartDlg : public KDialogBase, public GUIModeSelector { Q_OBJECT - TQ_OBJECT + public: FirstStartDlg(TQWidget *parent=0, const char *name=0); ~FirstStartDlg(); diff --git a/krename/helpdialog.h b/krename/helpdialog.h index 055c59e..33b5cea 100644 --- a/krename/helpdialog.h +++ b/krename/helpdialog.h @@ -34,7 +34,7 @@ class KPushButton; class HelpDialogData : public TQObject { Q_OBJECT - TQ_OBJECT + public: HelpDialogData() {} ~HelpDialogData() {} @@ -75,7 +75,7 @@ class HelpDialogData : public TQObject { class HelpDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: HelpDialog( HelpDialogData* data, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/krename/kmyhistorycombo.h b/krename/kmyhistorycombo.h index dfe30ac..1de4ac9 100644 --- a/krename/kmyhistorycombo.h +++ b/krename/kmyhistorycombo.h @@ -27,7 +27,7 @@ class TQTimer; class KMyHistoryCombo : public KHistoryCombo { Q_OBJECT - TQ_OBJECT + public: /** Create a new KMyHistoryCombo which has automatic KRename default history * handling and a custom popup menu to insert tokens if customPopup is true diff --git a/krename/kmylistbox.h b/krename/kmylistbox.h index 65d36b0..2d9a5d9 100644 --- a/krename/kmylistbox.h +++ b/krename/kmylistbox.h @@ -37,7 +37,7 @@ class TQPainter; class TQPoint; class KMyListBox : public KListBox { Q_OBJECT - TQ_OBJECT + public: enum { ASCENDING = 1, DESCENDING = 2, RANDOM = 3, NUMMERIC = 4, UNSORTED = 0 }; diff --git a/krename/kmylistview.h b/krename/kmylistview.h index 66b2852..2071ac5 100644 --- a/krename/kmylistview.h +++ b/krename/kmylistview.h @@ -26,7 +26,7 @@ class TQMouseEvent; class KMyListView : public KListView { Q_OBJECT - TQ_OBJECT + public: KMyListView( TQValueList* _changes, KMyListBox* _list, TQWidget* parent=0, const char* name=0 ); ~KMyListView(); diff --git a/krename/krecursivelister.h b/krename/krecursivelister.h index 3c63d86..c3acd07 100644 --- a/krename/krecursivelister.h +++ b/krename/krecursivelister.h @@ -34,7 +34,7 @@ class KRecursiveLister : public TQObject { Q_OBJECT - TQ_OBJECT + public: KRecursiveLister(TQObject *parent=0, const char *name=0); diff --git a/krename/krenameimpl.h b/krename/krenameimpl.h index b51e86d..5a51a42 100644 --- a/krename/krenameimpl.h +++ b/krename/krenameimpl.h @@ -63,7 +63,7 @@ KPushButton* createButton( KGuiItem item, TQWidget* parent ); class KRenameImpl : public TQObject, public KRenameDCOP { Q_OBJECT - TQ_OBJECT + friend class ProfileManager; friend class ProfileDlg; diff --git a/krename/mydirplugin.h b/krename/mydirplugin.h index 7dac484..7c13b69 100644 --- a/krename/mydirplugin.h +++ b/krename/mydirplugin.h @@ -34,7 +34,7 @@ class TQVBoxLayout; class TQWidget; class MyDirPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/myinputdialog.h b/krename/myinputdialog.h index f7705e6..f1c7a75 100644 --- a/krename/myinputdialog.h +++ b/krename/myinputdialog.h @@ -30,7 +30,7 @@ class TQString; class MyInputDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: MyInputDialog( TQString filename, bool revertEnabled = true, TQWidget* parent = 0 ); ~MyInputDialog(); diff --git a/krename/numberdialog.h b/krename/numberdialog.h index 260e799..66b79e9 100644 --- a/krename/numberdialog.h +++ b/krename/numberdialog.h @@ -28,7 +28,7 @@ class KMyIntSpinBox : public KIntSpinBox { Q_OBJECT - TQ_OBJECT + public: KMyIntSpinBox( TQWidget* parent ) : KIntSpinBox( parent ) @@ -46,7 +46,7 @@ class KListBox; class KPushButton; class NumberDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: NumberDialog(TQValueList & n,TQWidget *parent=0); ~NumberDialog(); diff --git a/krename/permission.h b/krename/permission.h index 9df09e2..da4dbd5 100644 --- a/krename/permission.h +++ b/krename/permission.h @@ -41,7 +41,7 @@ class TQWidget; // Plugin class starts here class MyPermPlugin: public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/pictureplugin.h b/krename/pictureplugin.h index ce73454..2d95c6a 100644 --- a/krename/pictureplugin.h +++ b/krename/pictureplugin.h @@ -28,7 +28,7 @@ class TQString; class TQWidget; class PicturePlugin : public FilePlugin { Q_OBJECT - TQ_OBJECT + public: PicturePlugin(); diff --git a/krename/plugin.h b/krename/plugin.h index dc96c8c..d7ee317 100644 --- a/krename/plugin.h +++ b/krename/plugin.h @@ -30,7 +30,7 @@ class TQWidget; class TQVBoxLayout; class Plugin : public TQObject { Q_OBJECT - TQ_OBJECT + public: Plugin(); virtual ~Plugin(); diff --git a/krename/profiledlg.h b/krename/profiledlg.h index ac1ebe0..7942973 100644 --- a/krename/profiledlg.h +++ b/krename/profiledlg.h @@ -54,7 +54,7 @@ class ProfileManager { class ProfileDlg : public KDialogBase, public ProfileManager { Q_OBJECT - TQ_OBJECT + public: ProfileDlg(KRenameImpl* krename, TQWidget *parent = 0, const char *name = 0); diff --git a/krename/replacedialog.h b/krename/replacedialog.h index d550b7e..0282245 100644 --- a/krename/replacedialog.h +++ b/krename/replacedialog.h @@ -36,7 +36,7 @@ class KListView; class ReplaceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ReplaceDialog( TQValueList & r, TQWidget* parent = 0 ); diff --git a/krename/tabs.h b/krename/tabs.h index e7fed0f..8c04f9f 100644 --- a/krename/tabs.h +++ b/krename/tabs.h @@ -30,7 +30,7 @@ class TQString; class TQTabWidget; class tabs : public TQDialog { Q_OBJECT - TQ_OBJECT + public: tabs(KRenameImpl* impl, TQRect r, TQWidget *parent=0, const char *name=0); ~tabs(); diff --git a/krename/threadedlister.h b/krename/threadedlister.h index c2272e4..1ca395c 100644 --- a/krename/threadedlister.h +++ b/krename/threadedlister.h @@ -50,7 +50,7 @@ class FileList : public TQPtrList { class ThreadedLister : public TQObject, public TQThread { Q_OBJECT - TQ_OBJECT + public: ThreadedLister( TQMutex* mutex, unsigned int* counter, KMyListBox* list ); ~ThreadedLister(); diff --git a/krename/translitplugin.h b/krename/translitplugin.h index 979ba14..61bec55 100644 --- a/krename/translitplugin.h +++ b/krename/translitplugin.h @@ -35,7 +35,7 @@ */ class TranslitPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: const TQString getName() const; const TQString getAccelName() const; diff --git a/krename/undodialog.h b/krename/undodialog.h index b325e82..b0a3252 100644 --- a/krename/undodialog.h +++ b/krename/undodialog.h @@ -31,7 +31,7 @@ class TQLabel; class UndoDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: UndoDialog( TQWidget* parent = 0 ); ~UndoDialog(); diff --git a/krename/wizard.h b/krename/wizard.h index 6619157..2fb6c12 100644 --- a/krename/wizard.h +++ b/krename/wizard.h @@ -32,7 +32,7 @@ class TQWidget; class wizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: wizard( KRenameImpl* impl, TQRect r, TQWidget* parent = 0, const char* name = 0 );