Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 13 years ago
parent e57f29147f
commit 307dce0e90

@ -44,7 +44,7 @@ class TQVBoxLayout;
class ProgressDialog : public TQWidget class ProgressDialog : public TQWidget
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProgressDialog( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ProgressDialog( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ProgressDialog(); ~ProgressDialog();

@ -29,7 +29,7 @@ class KListBox;
class KPushButton; class KPushButton;
class CommandPlugin : public Plugin { class CommandPlugin : public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -33,7 +33,7 @@ class TQWidget;
class KIntNumInput; class KIntNumInput;
class ConfDialog : public KDialogBase, public GUIModeSelector { class ConfDialog : public KDialogBase, public GUIModeSelector {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfDialog( TQWidget* parent = 0, const char* name = 0 ); ConfDialog( TQWidget* parent = 0, const char* name = 0 );
~ConfDialog(); ~ConfDialog();

@ -24,7 +24,7 @@
class TQKeyEvent; class TQKeyEvent;
class DSLineEdit : public KLineEdit { class DSLineEdit : public KLineEdit {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
DSLineEdit( TQWidget* parent = 0, const char* name = 0 ); DSLineEdit( TQWidget* parent = 0, const char* name = 0 );
@ -47,7 +47,7 @@ class TQString;
*/ */
class CoordDialog : public KDialogBase { class CoordDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
CoordDialog( const TQString & file, TQWidget *_parent=0, const char *name=0); CoordDialog( const TQString & file, TQWidget *_parent=0, const char *name=0);
~CoordDialog(); ~CoordDialog();

@ -43,7 +43,7 @@ class TQWidget;
class MyDatePlugin: public Plugin { class MyDatePlugin: public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -27,7 +27,7 @@ class KComboBox;
/* A small helper class to allow layout changes in KDirSelectDialog */ /* A small helper class to allow layout changes in KDirSelectDialog */
class DSDirSelectDialog : public KFileDialog { class DSDirSelectDialog : public KFileDialog {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
DSDirSelectDialog( TQWidget* parent ); DSDirSelectDialog( TQWidget* parent );

@ -29,7 +29,7 @@ class TQCheckBox;
class EncodingPlugin : public Plugin { class EncodingPlugin : public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -25,7 +25,7 @@
class TQString; class TQString;
class FileOperation: public TQObject { class FileOperation: public TQObject {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
FileOperation(); FileOperation();
~FileOperation(); ~FileOperation();

@ -39,7 +39,7 @@ class TQVBoxLayout;
class KFilePlugin; class KFilePlugin;
class FilePlugin : public Plugin { class FilePlugin : public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
FilePlugin( KService* service ); FilePlugin( KService* service );
~FilePlugin(); ~FilePlugin();

@ -24,7 +24,7 @@
class FirstStartDlg : public KDialogBase, public GUIModeSelector { class FirstStartDlg : public KDialogBase, public GUIModeSelector {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
FirstStartDlg(TQWidget *parent=0, const char *name=0); FirstStartDlg(TQWidget *parent=0, const char *name=0);
~FirstStartDlg(); ~FirstStartDlg();

@ -34,7 +34,7 @@ class KPushButton;
class HelpDialogData : public TQObject { class HelpDialogData : public TQObject {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
HelpDialogData() {} HelpDialogData() {}
~HelpDialogData() {} ~HelpDialogData() {}
@ -75,7 +75,7 @@ class HelpDialogData : public TQObject {
class HelpDialog : public TQDialog class HelpDialog : public TQDialog
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
HelpDialog( HelpDialogData* data, TQWidget* parent = 0, HelpDialog( HelpDialogData* data, TQWidget* parent = 0,
const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); const char* name = 0, bool modal = FALSE, WFlags fl = 0 );

@ -27,7 +27,7 @@ class TQTimer;
class KMyHistoryCombo : public KHistoryCombo { class KMyHistoryCombo : public KHistoryCombo {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** Create a new KMyHistoryCombo which has automatic KRename default history /** Create a new KMyHistoryCombo which has automatic KRename default history
* handling and a custom popup menu to insert tokens if customPopup is true * handling and a custom popup menu to insert tokens if customPopup is true

@ -37,7 +37,7 @@ class TQPainter;
class TQPoint; class TQPoint;
class KMyListBox : public KListBox { class KMyListBox : public KListBox {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
enum { ASCENDING = 1, DESCENDING = 2, RANDOM = 3, NUMMERIC = 4, UNSORTED = 0 }; enum { ASCENDING = 1, DESCENDING = 2, RANDOM = 3, NUMMERIC = 4, UNSORTED = 0 };

@ -26,7 +26,7 @@
class TQMouseEvent; class TQMouseEvent;
class KMyListView : public KListView { class KMyListView : public KListView {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KMyListView( TQValueList<manualchanges>* _changes, KMyListBox* _list, TQWidget* parent=0, const char* name=0 ); KMyListView( TQValueList<manualchanges>* _changes, KMyListBox* _list, TQWidget* parent=0, const char* name=0 );
~KMyListView(); ~KMyListView();

@ -34,7 +34,7 @@
class KRecursiveLister : public TQObject { class KRecursiveLister : public TQObject {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KRecursiveLister(TQObject *parent=0, const char *name=0); KRecursiveLister(TQObject *parent=0, const char *name=0);

@ -63,7 +63,7 @@ KPushButton* createButton( KGuiItem item, TQWidget* parent );
class KRenameImpl : public TQObject, public KRenameDCOP { class KRenameImpl : public TQObject, public KRenameDCOP {
Q_OBJECT Q_OBJECT
TQ_OBJECT
friend class ProfileManager; friend class ProfileManager;
friend class ProfileDlg; friend class ProfileDlg;

@ -34,7 +34,7 @@ class TQVBoxLayout;
class TQWidget; class TQWidget;
class MyDirPlugin : public Plugin { class MyDirPlugin : public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -30,7 +30,7 @@ class TQString;
class MyInputDialog : public TQDialog class MyInputDialog : public TQDialog
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
MyInputDialog( TQString filename, bool revertEnabled = true, TQWidget* parent = 0 ); MyInputDialog( TQString filename, bool revertEnabled = true, TQWidget* parent = 0 );
~MyInputDialog(); ~MyInputDialog();

@ -28,7 +28,7 @@
class KMyIntSpinBox : public KIntSpinBox class KMyIntSpinBox : public KIntSpinBox
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KMyIntSpinBox( TQWidget* parent ) KMyIntSpinBox( TQWidget* parent )
: KIntSpinBox( parent ) : KIntSpinBox( parent )
@ -46,7 +46,7 @@ class KListBox;
class KPushButton; class KPushButton;
class NumberDialog : public KDialogBase { class NumberDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
NumberDialog(TQValueList<int> & n,TQWidget *parent=0); NumberDialog(TQValueList<int> & n,TQWidget *parent=0);
~NumberDialog(); ~NumberDialog();

@ -41,7 +41,7 @@ class TQWidget;
// Plugin class starts here // Plugin class starts here
class MyPermPlugin: public Plugin { class MyPermPlugin: public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -28,7 +28,7 @@ class TQString;
class TQWidget; class TQWidget;
class PicturePlugin : public FilePlugin { class PicturePlugin : public FilePlugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
PicturePlugin(); PicturePlugin();

@ -30,7 +30,7 @@ class TQWidget;
class TQVBoxLayout; class TQVBoxLayout;
class Plugin : public TQObject { class Plugin : public TQObject {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Plugin(); Plugin();
virtual ~Plugin(); virtual ~Plugin();

@ -54,7 +54,7 @@ class ProfileManager {
class ProfileDlg : public KDialogBase, public ProfileManager class ProfileDlg : public KDialogBase, public ProfileManager
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileDlg(KRenameImpl* krename, TQWidget *parent = 0, const char *name = 0); ProfileDlg(KRenameImpl* krename, TQWidget *parent = 0, const char *name = 0);

@ -36,7 +36,7 @@ class KListView;
class ReplaceDialog : public KDialogBase class ReplaceDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ReplaceDialog( TQValueList<replacestrings> & r, TQWidget* parent = 0 ); ReplaceDialog( TQValueList<replacestrings> & r, TQWidget* parent = 0 );

@ -30,7 +30,7 @@ class TQString;
class TQTabWidget; class TQTabWidget;
class tabs : public TQDialog { class tabs : public TQDialog {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
tabs(KRenameImpl* impl, TQRect r, TQWidget *parent=0, const char *name=0); tabs(KRenameImpl* impl, TQRect r, TQWidget *parent=0, const char *name=0);
~tabs(); ~tabs();

@ -50,7 +50,7 @@ class FileList : public TQPtrList<KFileItem> {
class ThreadedLister : public TQObject, public TQThread class ThreadedLister : public TQObject, public TQThread
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ThreadedLister( TQMutex* mutex, unsigned int* counter, KMyListBox* list ); ThreadedLister( TQMutex* mutex, unsigned int* counter, KMyListBox* list );
~ThreadedLister(); ~ThreadedLister();

@ -35,7 +35,7 @@
*/ */
class TranslitPlugin : public Plugin { class TranslitPlugin : public Plugin {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
const TQString getName() const; const TQString getName() const;
const TQString getAccelName() const; const TQString getAccelName() const;

@ -31,7 +31,7 @@ class TQLabel;
class UndoDialog : public KDialogBase class UndoDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
UndoDialog( TQWidget* parent = 0 ); UndoDialog( TQWidget* parent = 0 );
~UndoDialog(); ~UndoDialog();

@ -32,7 +32,7 @@ class TQWidget;
class wizard : public KWizard class wizard : public KWizard
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
wizard( KRenameImpl* impl, TQRect r, TQWidget* parent = 0, const char* name = 0 ); wizard( KRenameImpl* impl, TQRect r, TQWidget* parent = 0, const char* name = 0 );

Loading…
Cancel
Save