summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r--kbugbuster/gui/centralwidget.h2
-rw-r--r--kbugbuster/gui/cwbugdetails.h2
-rw-r--r--kbugbuster/gui/cwbugdetailscontainer.h2
-rw-r--r--kbugbuster/gui/cwbuglistcontainer.h2
-rw-r--r--kbugbuster/gui/cwloadingwidget.h2
-rw-r--r--kbugbuster/gui/cwsearchwidget.h2
-rw-r--r--kbugbuster/gui/kbbmainwindow.h2
-rw-r--r--kbugbuster/gui/loadallbugsdlg.h2
-rw-r--r--kbugbuster/gui/messageeditor.h2
-rw-r--r--kbugbuster/gui/msginputdialog.h2
-rw-r--r--kbugbuster/gui/packageselectdialog.h4
-rw-r--r--kbugbuster/gui/preferencesdialog.h4
-rw-r--r--kbugbuster/gui/serverconfigdialog.h2
-rw-r--r--kbugbuster/gui/severityselectdialog.h2
14 files changed, 16 insertions, 16 deletions
diff --git a/kbugbuster/gui/centralwidget.h b/kbugbuster/gui/centralwidget.h
index 187277bb..d8e9bf8d 100644
--- a/kbugbuster/gui/centralwidget.h
+++ b/kbugbuster/gui/centralwidget.h
@@ -39,7 +39,7 @@ class CWBugDetails;
*/
class CentralWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbugbuster/gui/cwbugdetails.h b/kbugbuster/gui/cwbugdetails.h
index f6c9302e..dde1324b 100644
--- a/kbugbuster/gui/cwbugdetails.h
+++ b/kbugbuster/gui/cwbugdetails.h
@@ -34,7 +34,7 @@ namespace KBugBusterMainWindow
*/
class CWBugDetails : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbugbuster/gui/cwbugdetailscontainer.h b/kbugbuster/gui/cwbugdetailscontainer.h
index 18707196..75927fee 100644
--- a/kbugbuster/gui/cwbugdetailscontainer.h
+++ b/kbugbuster/gui/cwbugdetailscontainer.h
@@ -35,7 +35,7 @@ class CWLoadingWidget;
*/
class CWBugDetailsContainer : public CWBugDetailsContainer_Base
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbugbuster/gui/cwbuglistcontainer.h b/kbugbuster/gui/cwbuglistcontainer.h
index 83c016d8..f5bd205f 100644
--- a/kbugbuster/gui/cwbuglistcontainer.h
+++ b/kbugbuster/gui/cwbuglistcontainer.h
@@ -37,7 +37,7 @@ class CWLoadingWidget;
*/
class CWBugListContainer : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbugbuster/gui/cwloadingwidget.h b/kbugbuster/gui/cwloadingwidget.h
index 994b42ff..b523d0b3 100644
--- a/kbugbuster/gui/cwloadingwidget.h
+++ b/kbugbuster/gui/cwloadingwidget.h
@@ -32,7 +32,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 b83f75fa..4cb5eebc 100644
--- a/kbugbuster/gui/cwsearchwidget.h
+++ b/kbugbuster/gui/cwsearchwidget.h
@@ -27,7 +27,7 @@ namespace KBugBusterMainWindow
*/
class CWSearchWidget : public CWSearchWidget_Base
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbugbuster/gui/kbbmainwindow.h b/kbugbuster/gui/kbbmainwindow.h
index 4cc6550f..8a475dab 100644
--- a/kbugbuster/gui/kbbmainwindow.h
+++ b/kbugbuster/gui/kbbmainwindow.h
@@ -47,7 +47,7 @@ namespace KBugBusterMainWindow
*/
class KBBMainWindow : public TDEMainWindow, virtual public KBookmarkOwner
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kbugbuster/gui/loadallbugsdlg.h b/kbugbuster/gui/loadallbugsdlg.h
index 0c55715f..d025b538 100644
--- a/kbugbuster/gui/loadallbugsdlg.h
+++ b/kbugbuster/gui/loadallbugsdlg.h
@@ -24,7 +24,7 @@ namespace TDEIO { 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 4b2c3276..2e499199 100644
--- a/kbugbuster/gui/messageeditor.h
+++ b/kbugbuster/gui/messageeditor.h
@@ -7,7 +7,7 @@ class TQComboBox;
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 ed7576e0..02d89e3d 100644
--- a/kbugbuster/gui/msginputdialog.h
+++ b/kbugbuster/gui/msginputdialog.h
@@ -12,7 +12,7 @@ class TDEListBox;
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 76d819bd..eb14a12d 100644
--- a/kbugbuster/gui/packageselectdialog.h
+++ b/kbugbuster/gui/packageselectdialog.h
@@ -12,7 +12,7 @@ class KLineEdit;
class PackageListView : public TQListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
PackageListView( TQWidget *parent );
@@ -31,7 +31,7 @@ class PackageListView : public TQListView
class PackageSelectDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
PackageSelectDialog(TQWidget *parent=0,const char *name=0);
diff --git a/kbugbuster/gui/preferencesdialog.h b/kbugbuster/gui/preferencesdialog.h
index 0320018f..cd200ba4 100644
--- a/kbugbuster/gui/preferencesdialog.h
+++ b/kbugbuster/gui/preferencesdialog.h
@@ -12,7 +12,7 @@ class ServerListView;
class PreferencesDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
PreferencesDialog( TQWidget* parent = 0, const char* name = 0 );
@@ -62,7 +62,7 @@ class ServerItem;
class SelectServerDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
SelectServerDlg(PreferencesDialog *parent, const char */*name*/ );
diff --git a/kbugbuster/gui/serverconfigdialog.h b/kbugbuster/gui/serverconfigdialog.h
index eac9d47c..a63ad227 100644
--- a/kbugbuster/gui/serverconfigdialog.h
+++ b/kbugbuster/gui/serverconfigdialog.h
@@ -10,7 +10,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 ada0e34d..ee69aab7 100644
--- a/kbugbuster/gui/severityselectdialog.h
+++ b/kbugbuster/gui/severityselectdialog.h
@@ -7,7 +7,7 @@
class SeveritySelectDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
SeveritySelectDialog(TQWidget *parent=0,const char *name=0);