summaryrefslogtreecommitdiffstats
path: root/starter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 22:04:30 +0900
commit185b962c88ce05cb840f25b00a48934c555b3f79 (patch)
treed82d43c24935364576c1b30fdf9685c020bb2e0c /starter
parent2081343a38fcf12e7ae321f594ce4e07d042de9a (diff)
downloadtde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.tar.gz
tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'starter')
-rw-r--r--starter/baghiralinkdrag.h2
-rw-r--r--starter/menu.h12
-rw-r--r--starter/starter.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/starter/baghiralinkdrag.h b/starter/baghiralinkdrag.h
index 23dc9c0..d75c399 100644
--- a/starter/baghiralinkdrag.h
+++ b/starter/baghiralinkdrag.h
@@ -6,7 +6,7 @@
class BaghiraLinkDrag : public TQDragObject
{
-// Q_OBJECT
+// TQ_OBJECT
public:
BaghiraLinkDrag(TQString title, TQString command, TQString icon, int index = -1, TQWidget* dragSource = 0);
diff --git a/starter/menu.h b/starter/menu.h
index 7e7b044..1d360e2 100644
--- a/starter/menu.h
+++ b/starter/menu.h
@@ -34,7 +34,7 @@ class Panel : public TQWidget//TQScrollView
{
friend class StartMenu;
friend class StartMenuButton;
-Q_OBJECT
+TQ_OBJECT
public:
Panel(int size = 32, TQWidget * parent = 0, const char * name = 0);
@@ -79,7 +79,7 @@ class TQTextDrag;
class StartMenuButton : public TQWidget
{
friend class Panel;
- Q_OBJECT
+ TQ_OBJECT
public:
enum Orientation { Horizontal = 0, Vertical, Status };
@@ -123,7 +123,7 @@ class AppList;
class StartMenuEntry : public TQWidget
{
friend class AppList;
- Q_OBJECT
+ TQ_OBJECT
public:
StartMenuEntry(KService * service, TQString relPath, int size = 32, bool neewbie = false, TQWidget * parent = 0);
~StartMenuEntry();
@@ -183,7 +183,7 @@ class HelpDialog;
class AppList : public TQScrollView
{
friend class StartMenu;
-Q_OBJECT
+TQ_OBJECT
public:
AppList(int size = 32, TQWidget * parent = 0);
@@ -247,7 +247,7 @@ class TQStringList;
class SearchLine : public KLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
SearchLine( TQWidget * parent );
bool blocked;
@@ -266,7 +266,7 @@ class KSqueezedTextLabel;
class StartMenu : public TQWidget
{
friend class starter; // to allow setting the shortcutlis directly
- Q_OBJECT
+ TQ_OBJECT
public:
enum PanelPosition { North = 0, South, West, East, Nowhere };
StartMenu ( int size = 32, TQWidget * parent = 0, WFlags f = 0 );
diff --git a/starter/starter.h b/starter/starter.h
index 3cbd14a..59634f4 100644
--- a/starter/starter.h
+++ b/starter/starter.h
@@ -24,7 +24,7 @@ class StarterConfig;
class starter : public KPanelApplet, virtual public StarterIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
starter(const TQString& configFile, Type t = Normal, int actions = 0,