summaryrefslogtreecommitdiffstats
path: root/src/newui
diff options
context:
space:
mode:
Diffstat (limited to 'src/newui')
-rw-r--r--src/newui/button.h2
-rw-r--r--src/newui/buttonbar.h2
-rw-r--r--src/newui/ddockwindow.h2
-rw-r--r--src/newui/dmainwindow.h2
-rw-r--r--src/newui/docksplitter.h2
-rw-r--r--src/newui/dtabwidget.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/newui/button.h b/src/newui/button.h
index 63d0da59..68028fa9 100644
--- a/src/newui/button.h
+++ b/src/newui/button.h
@@ -38,7 +38,7 @@ A TQPushButton derivative with a size of a TQToolBar. Button can be rotated
(placed onto different places in ideal mode).
*/
class Button : public TQPushButton {
- Q_OBJECT
+ TQ_OBJECT
public:
Button(ButtonBar *parent, const TQString text, const TQIconSet &icon = TQIconSet(),
diff --git a/src/newui/buttonbar.h b/src/newui/buttonbar.h
index f0ae292b..f698fdb0 100644
--- a/src/newui/buttonbar.h
+++ b/src/newui/buttonbar.h
@@ -52,7 +52,7 @@ Looks like a toolbar but has another behaviour. It is suitable for
placing on the left(right, bottom, top) corners of a window as a bar with slider.
*/
class ButtonBar : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
ButtonBar(Place place, ButtonMode mode = IconsAndText,
diff --git a/src/newui/ddockwindow.h b/src/newui/ddockwindow.h
index 4190958a..29421914 100644
--- a/src/newui/ddockwindow.h
+++ b/src/newui/ddockwindow.h
@@ -39,7 +39,7 @@ namespace Ideal {
}
class DDockWindow : public TQDockWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
enum Position { Bottom, Left, Right };
diff --git a/src/newui/dmainwindow.h b/src/newui/dmainwindow.h
index 7ccb51f6..8745c454 100644
--- a/src/newui/dmainwindow.h
+++ b/src/newui/dmainwindow.h
@@ -32,7 +32,7 @@ namespace Ideal {
/**Main window which provides simplified IDEA mode.*/
class DMainWindow: public KParts::MainWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
DMainWindow(TQWidget *parent = 0, const char *name = 0);
diff --git a/src/newui/docksplitter.h b/src/newui/docksplitter.h
index c61f6c91..c28153dc 100644
--- a/src/newui/docksplitter.h
+++ b/src/newui/docksplitter.h
@@ -31,7 +31,7 @@ class DockWidget;
@short Splitter for docks
*/
class DockSplitter: public TQSplitter {
- Q_OBJECT
+ TQ_OBJECT
public:
DockSplitter(Qt::Orientation orientation, TQWidget *parent = 0, const char *name = 0);
diff --git a/src/newui/dtabwidget.h b/src/newui/dtabwidget.h
index 4d7b6f7f..c1b2fca1 100644
--- a/src/newui/dtabwidget.h
+++ b/src/newui/dtabwidget.h
@@ -25,7 +25,7 @@
class TQToolButton;
class DTabWidget: public KTabWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
DTabWidget(TQWidget *parent=0, const char *name=0);