summaryrefslogtreecommitdiffstats
path: root/tdeiconedit
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:30 +0900
commitfce92533f86b9952f0c9cac6ca97f89c0fe6c39c (patch)
tree37fb0862ae75633f0e9881386ee5af0749d9f6cb /tdeiconedit
parent1e28ffe410a56b9f72e0d14f38e3d57da54f6ed5 (diff)
downloadtdegraphics-fce92533f86b9952f0c9cac6ca97f89c0fe6c39c.tar.gz
tdegraphics-fce92533f86b9952f0c9cac6ca97f89c0fe6c39c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeiconedit')
-rw-r--r--tdeiconedit/kcolorgrid.h2
-rw-r--r--tdeiconedit/knew.h8
-rw-r--r--tdeiconedit/kresize.h4
-rw-r--r--tdeiconedit/palettetoolbar.h2
-rw-r--r--tdeiconedit/tdeicon.h2
-rw-r--r--tdeiconedit/tdeiconcolors.h6
-rw-r--r--tdeiconedit/tdeiconconfig.h10
-rw-r--r--tdeiconedit/tdeiconedit.h2
-rw-r--r--tdeiconedit/tdeicongrid.h4
9 files changed, 20 insertions, 20 deletions
diff --git a/tdeiconedit/kcolorgrid.h b/tdeiconedit/kcolorgrid.h
index a116f74b..b311d157 100644
--- a/tdeiconedit/kcolorgrid.h
+++ b/tdeiconedit/kcolorgrid.h
@@ -40,7 +40,7 @@ public:
class KColorGrid : public TQWidget
{
private:
- Q_OBJECT
+ TQ_OBJECT
public:
KColorGrid( TQWidget * parent = 0, const char *name = 0, int spacing = 0);
diff --git a/tdeiconedit/knew.h b/tdeiconedit/knew.h
index faae9684..f3176f9c 100644
--- a/tdeiconedit/knew.h
+++ b/tdeiconedit/knew.h
@@ -63,7 +63,7 @@ private:
class TDEIconListBox : public TQListBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconListBox( TQWidget *parent ) : TQListBox(parent) {} ;
@@ -96,7 +96,7 @@ private:
class NewSelect : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
NewSelect(TQWidget *parent);
@@ -116,7 +116,7 @@ protected:
class NewFromTemplate : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
NewFromTemplate(TQWidget *parent);
@@ -135,7 +135,7 @@ protected:
class KNewIcon : public KWizard
{
- Q_OBJECT
+ TQ_OBJECT
public:
KNewIcon(TQWidget *parent);
diff --git a/tdeiconedit/kresize.h b/tdeiconedit/kresize.h
index fcfb18c3..a9d1e67a 100644
--- a/tdeiconedit/kresize.h
+++ b/tdeiconedit/kresize.h
@@ -28,7 +28,7 @@ class KIntSpinBox;
class KResizeWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -46,7 +46,7 @@ private:
class KResizeDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeiconedit/palettetoolbar.h b/tdeiconedit/palettetoolbar.h
index 42281551..5a39bd81 100644
--- a/tdeiconedit/palettetoolbar.h
+++ b/tdeiconedit/palettetoolbar.h
@@ -31,7 +31,7 @@ class KCustomColors;
class PaletteToolBar : public TDEToolBar
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeiconedit/tdeicon.h b/tdeiconedit/tdeicon.h
index ede75f71..7c2082d7 100644
--- a/tdeiconedit/tdeicon.h
+++ b/tdeiconedit/tdeicon.h
@@ -45,7 +45,7 @@ class TQImage;
class TDEIconEditIcon : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconEditIcon(TQObject*, const TQImage*, KURL url = KURL() );
diff --git a/tdeiconedit/tdeiconcolors.h b/tdeiconedit/tdeiconcolors.h
index 6e12d810..f304f125 100644
--- a/tdeiconedit/tdeiconcolors.h
+++ b/tdeiconedit/tdeiconcolors.h
@@ -30,7 +30,7 @@
class KDrawColors : public KColorGrid
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDrawColors(TQWidget *parent);
@@ -49,7 +49,7 @@ protected:
class KCustomColors : public KDrawColors
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCustomColors(TQWidget *parent);
@@ -70,7 +70,7 @@ protected:
class KSysColors : public KDrawColors
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeiconedit/tdeiconconfig.h b/tdeiconedit/tdeiconconfig.h
index 62f7938c..8ea41045 100644
--- a/tdeiconedit/tdeiconconfig.h
+++ b/tdeiconedit/tdeiconconfig.h
@@ -40,7 +40,7 @@ class TQComboBox;
class KTemplateEditDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KTemplateEditDlg(TQWidget *);
@@ -61,7 +61,7 @@ protected:
class KTemplateConfig : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KTemplateConfig(TQWidget*);
@@ -82,7 +82,7 @@ protected:
class KBackgroundConfig : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KBackgroundConfig(TQWidget *parent);
@@ -109,7 +109,7 @@ protected:
class KMiscConfig : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMiscConfig(TQWidget *parent);
@@ -136,7 +136,7 @@ protected:
class TDEIconConfig : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeiconedit/tdeiconedit.h b/tdeiconedit/tdeiconedit.h
index 90a21d9f..42c3e35a 100644
--- a/tdeiconedit/tdeiconedit.h
+++ b/tdeiconedit/tdeiconedit.h
@@ -58,7 +58,7 @@ class PaletteToolBar;
*/
class TDEIconEdit : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconEdit( KURL url = KURL(), const char *name = "tdeiconedit");
diff --git a/tdeiconedit/tdeicongrid.h b/tdeiconedit/tdeicongrid.h
index 9f41084f..170edad1 100644
--- a/tdeiconedit/tdeicongrid.h
+++ b/tdeiconedit/tdeicongrid.h
@@ -89,7 +89,7 @@ class RepaintCommand : public KCommand {
class KGridView : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KGridView( TQImage *image, KCommandHistory* history, TQWidget * parent = 0, const char *name = 0);
@@ -131,7 +131,7 @@ protected:
*/
class TDEIconEditGrid : public KColorGrid
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconEditGrid( TQImage *image, KCommandHistory* h, TQWidget * parent = 0, const char *name = 0);