summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/multitabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/multitabbar.h')
-rw-r--r--kftpgrabber/src/widgets/multitabbar.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kftpgrabber/src/widgets/multitabbar.h b/kftpgrabber/src/widgets/multitabbar.h
index 9cca7fb..de6298b 100644
--- a/kftpgrabber/src/widgets/multitabbar.h
+++ b/kftpgrabber/src/widgets/multitabbar.h
@@ -38,13 +38,13 @@
#ifndef KFTPWIDGETSMULTITABBAR_H
#define KFTPWIDGETSMULTITABBAR_H
-#include <ntqscrollview.h>
-#include <ntqvbox.h>
-#include <ntqhbox.h>
-#include <ntqlayout.h>
-#include <ntqstring.h>
-#include <ntqptrlist.h>
-#include <ntqpushbutton.h>
+#include <tqscrollview.h>
+#include <tqvbox.h>
+#include <tqhbox.h>
+#include <tqlayout.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
+#include <tqpushbutton.h>
class TQPixmap;
class TQPainter;
@@ -67,7 +67,7 @@ class MultiTabBarInternal;
*/
class MultiTabBar: public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
friend class MultiTabBarButton;
public:
enum MultiTabBarMode { Horizontal, Vertical };
@@ -172,7 +172,7 @@ private:
*/
class MultiTabBarButton: public TQPushButton
{
-Q_OBJECT
+TQ_OBJECT
public:
MultiTabBarButton(MultiTabBarInternal *tb, const TQPixmap& pic, const TQString&, TQPopupMenu *popup,
int id, TQWidget *parent, MultiTabBar::MultiTabBarPosition pos, MultiTabBar::MultiTabBarStyle style);
@@ -236,7 +236,7 @@ protected slots:
*/
class MultiTabBarTab: public MultiTabBarButton
{
-Q_OBJECT
+TQ_OBJECT
friend class MultiTabBarInternal;
public:
MultiTabBarTab(MultiTabBarInternal *tb, const TQPixmap &pic, const TQString&, int id, TQWidget *parent,