diff options
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r-- | kbugbuster/gui/centralwidget.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/cwbugdetails.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/cwbugdetailscontainer.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/cwbuglistcontainer.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/cwloadingwidget.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/cwsearchwidget.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/kbbmainwindow.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/loadallbugsdlg.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/messageeditor.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/msginputdialog.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/packageselectdialog.h | 4 | ||||
-rw-r--r-- | kbugbuster/gui/preferencesdialog.h | 4 | ||||
-rw-r--r-- | kbugbuster/gui/serverconfigdialog.h | 2 | ||||
-rw-r--r-- | kbugbuster/gui/severityselectdialog.h | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/kbugbuster/gui/centralwidget.h b/kbugbuster/gui/centralwidget.h index 619c654d..525045da 100644 --- a/kbugbuster/gui/centralwidget.h +++ b/kbugbuster/gui/centralwidget.h @@ -40,7 +40,7 @@ class CWBugDetails; class CentralWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CentralWidget( const TQCString &initialPackage, diff --git a/kbugbuster/gui/cwbugdetails.h b/kbugbuster/gui/cwbugdetails.h index d5deb1cc..88712210 100644 --- a/kbugbuster/gui/cwbugdetails.h +++ b/kbugbuster/gui/cwbugdetails.h @@ -35,7 +35,7 @@ namespace KBugBusterMainWindow class CWBugDetails : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CWBugDetails( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kbugbuster/gui/cwbugdetailscontainer.h b/kbugbuster/gui/cwbugdetailscontainer.h index f0c2f7c8..776840a2 100644 --- a/kbugbuster/gui/cwbugdetailscontainer.h +++ b/kbugbuster/gui/cwbugdetailscontainer.h @@ -36,7 +36,7 @@ class CWLoadingWidget; class CWBugDetailsContainer : public CWBugDetailsContainer_Base { Q_OBJECT - TQ_OBJECT + public: CWBugDetailsContainer( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kbugbuster/gui/cwbuglistcontainer.h b/kbugbuster/gui/cwbuglistcontainer.h index 048df22d..d6ebda07 100644 --- a/kbugbuster/gui/cwbuglistcontainer.h +++ b/kbugbuster/gui/cwbuglistcontainer.h @@ -38,7 +38,7 @@ class CWLoadingWidget; class CWBugListContainer : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CWBugListContainer( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kbugbuster/gui/cwloadingwidget.h b/kbugbuster/gui/cwloadingwidget.h index 744c7951..a802e135 100644 --- a/kbugbuster/gui/cwloadingwidget.h +++ b/kbugbuster/gui/cwloadingwidget.h @@ -33,7 +33,7 @@ namespace KBugBusterMainWindow class CWLoadingWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kbugbuster/gui/cwsearchwidget.h b/kbugbuster/gui/cwsearchwidget.h index 178c8631..134321b1 100644 --- a/kbugbuster/gui/cwsearchwidget.h +++ b/kbugbuster/gui/cwsearchwidget.h @@ -28,7 +28,7 @@ namespace KBugBusterMainWindow class CWSearchWidget : public CWSearchWidget_Base { Q_OBJECT - TQ_OBJECT + public: CWSearchWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kbugbuster/gui/kbbmainwindow.h b/kbugbuster/gui/kbbmainwindow.h index a98edc0e..4b82934a 100644 --- a/kbugbuster/gui/kbbmainwindow.h +++ b/kbugbuster/gui/kbbmainwindow.h @@ -48,7 +48,7 @@ namespace KBugBusterMainWindow class KBBMainWindow : public KMainWindow, virtual public KBookmarkOwner { Q_OBJECT - TQ_OBJECT + public: /** * construtor of KBugBusterApp, calls all init functions to create the application. diff --git a/kbugbuster/gui/loadallbugsdlg.h b/kbugbuster/gui/loadallbugsdlg.h index 6b37bbc1..09b20bde 100644 --- a/kbugbuster/gui/loadallbugsdlg.h +++ b/kbugbuster/gui/loadallbugsdlg.h @@ -25,7 +25,7 @@ namespace KIO { class DefaultProgress; } class LoadAllBugsDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + public: LoadAllBugsDlg( const Package& pkg, const TQString &component ); diff --git a/kbugbuster/gui/messageeditor.h b/kbugbuster/gui/messageeditor.h index 79d02ccf..4b2c3276 100644 --- a/kbugbuster/gui/messageeditor.h +++ b/kbugbuster/gui/messageeditor.h @@ -8,7 +8,7 @@ class KTextEdit; class MessageEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MessageEditor( TQWidget *parent ); diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h index 3b0e8ff3..539a3589 100644 --- a/kbugbuster/gui/msginputdialog.h +++ b/kbugbuster/gui/msginputdialog.h @@ -13,7 +13,7 @@ class KListBox; class MsgInputDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum MessageType{ Close, Reply, ReplyPrivate }; diff --git a/kbugbuster/gui/packageselectdialog.h b/kbugbuster/gui/packageselectdialog.h index dec96efa..6f084196 100644 --- a/kbugbuster/gui/packageselectdialog.h +++ b/kbugbuster/gui/packageselectdialog.h @@ -13,7 +13,7 @@ class KLineEdit; class PackageListView : public TQListView { Q_OBJECT - TQ_OBJECT + public: PackageListView( TQWidget *parent ); @@ -32,7 +32,7 @@ class PackageListView : public TQListView class PackageSelectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PackageSelectDialog(TQWidget *parent=0,const char *name=0); ~PackageSelectDialog(); diff --git a/kbugbuster/gui/preferencesdialog.h b/kbugbuster/gui/preferencesdialog.h index 1e6d824d..0320018f 100644 --- a/kbugbuster/gui/preferencesdialog.h +++ b/kbugbuster/gui/preferencesdialog.h @@ -13,7 +13,7 @@ class ServerListView; class PreferencesDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PreferencesDialog( TQWidget* parent = 0, const char* name = 0 ); ~PreferencesDialog(); @@ -63,7 +63,7 @@ class ServerItem; class SelectServerDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: SelectServerDlg(PreferencesDialog *parent, const char */*name*/ ); ServerItem *serverSelected(); diff --git a/kbugbuster/gui/serverconfigdialog.h b/kbugbuster/gui/serverconfigdialog.h index 36bdbd96..eac9d47c 100644 --- a/kbugbuster/gui/serverconfigdialog.h +++ b/kbugbuster/gui/serverconfigdialog.h @@ -11,7 +11,7 @@ class TQComboBox; class ServerConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ServerConfigDialog( TQWidget *parent = 0 , const char *name = 0 ); diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h index 46f52bb0..ada0e34d 100644 --- a/kbugbuster/gui/severityselectdialog.h +++ b/kbugbuster/gui/severityselectdialog.h @@ -8,7 +8,7 @@ class SeveritySelectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: SeveritySelectDialog(TQWidget *parent=0,const char *name=0); |