summaryrefslogtreecommitdiffstats
path: root/tdeprint/cups
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:36:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 19:44:38 +0900
commit8eb500c4e81229a9853e2f9bac4f39450083f3d7 (patch)
tree3c700b8550635d12c771ff0a1cb310a40a88e4b7 /tdeprint/cups
parenta91e58bb975c56acdab25227a8b1c1c842dbdd34 (diff)
downloadtdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.tar.gz
tdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/cups')
-rw-r--r--tdeprint/cups/cupsaddsmb2.h2
-rw-r--r--tdeprint/cups/cupsdconf2/browsedialog.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdbrowsingpage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsddialog.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdjobspage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdnetworkpage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdpage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdsecuritypage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsdserverpage.h2
-rw-r--r--tdeprint/cups/cupsdconf2/editlist.h2
-rw-r--r--tdeprint/cups/cupsdconf2/locationdialog.h2
-rw-r--r--tdeprint/cups/cupsdconf2/qdirlineedit.h2
-rw-r--r--tdeprint/cups/cupsdconf2/qdirmultilineedit.h2
-rw-r--r--tdeprint/cups/ippreportdlg.h2
-rw-r--r--tdeprint/cups/kmcupsjobmanager.h2
-rw-r--r--tdeprint/cups/kmcupsmanager.h2
-rw-r--r--tdeprint/cups/kmwippprinter.h2
-rw-r--r--tdeprint/cups/kmwother.h2
-rw-r--r--tdeprint/cups/kmwquota.h2
-rw-r--r--tdeprint/cups/kmwusers.h2
-rw-r--r--tdeprint/cups/kpimagepage.h2
-rw-r--r--tdeprint/cups/kpschedulepage.h2
-rw-r--r--tdeprint/cups/kptextpage.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/tdeprint/cups/cupsaddsmb2.h b/tdeprint/cups/cupsaddsmb2.h
index 9aeccdd4a..5fa8a3f71 100644
--- a/tdeprint/cups/cupsaddsmb2.h
+++ b/tdeprint/cups/cupsaddsmb2.h
@@ -34,7 +34,7 @@ class TQLineEdit;
class CupsAddSmb : public KDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum State { None, Start, MkDir, Copy, AddDriver, AddPrinter };
diff --git a/tdeprint/cups/cupsdconf2/browsedialog.h b/tdeprint/cups/cupsdconf2/browsedialog.h
index 8db12bc34..cc4a12907 100644
--- a/tdeprint/cups/cupsdconf2/browsedialog.h
+++ b/tdeprint/cups/cupsdconf2/browsedialog.h
@@ -28,7 +28,7 @@ struct CupsdConf;
class BrowseDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
BrowseDialog(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/cupsdbrowsingpage.h b/tdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
index bdbff1844..53bc266d7 100644
--- a/tdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
@@ -29,7 +29,7 @@ class TQComboBox;
class CupsdBrowsingPage : public CupsdPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdBrowsingPage(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/cupsddialog.h b/tdeprint/cups/cupsdconf2/cupsddialog.h
index 85eee172e..2d1de6689 100644
--- a/tdeprint/cups/cupsdconf2/cupsddialog.h
+++ b/tdeprint/cups/cupsdconf2/cupsddialog.h
@@ -28,7 +28,7 @@ struct CupsdConf;
class CupsdDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdDialog(TQWidget *parent = 0, const char *name = 0);
~CupsdDialog();
diff --git a/tdeprint/cups/cupsdconf2/cupsdjobspage.h b/tdeprint/cups/cupsdconf2/cupsdjobspage.h
index abbbd140d..8f6668aa3 100644
--- a/tdeprint/cups/cupsdconf2/cupsdjobspage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdjobspage.h
@@ -27,7 +27,7 @@ class TQCheckBox;
class CupsdJobsPage : public CupsdPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdJobsPage(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/cupsdnetworkpage.h b/tdeprint/cups/cupsdconf2/cupsdnetworkpage.h
index be46c280f..912d4bb4a 100644
--- a/tdeprint/cups/cupsdconf2/cupsdnetworkpage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdnetworkpage.h
@@ -30,7 +30,7 @@ class SizeWidget;
class CupsdNetworkPage : public CupsdPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdNetworkPage(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/cupsdpage.h b/tdeprint/cups/cupsdconf2/cupsdpage.h
index aadbd54b9..41209a5c0 100644
--- a/tdeprint/cups/cupsdconf2/cupsdpage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdpage.h
@@ -26,7 +26,7 @@ struct CupsdConf;
class CupsdPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdPage(TQWidget *parent = 0, const char *name = 0);
virtual ~CupsdPage();
diff --git a/tdeprint/cups/cupsdconf2/cupsdsecuritypage.h b/tdeprint/cups/cupsdconf2/cupsdsecuritypage.h
index 5e97c1cf8..ebe86b6ad 100644
--- a/tdeprint/cups/cupsdconf2/cupsdsecuritypage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdsecuritypage.h
@@ -30,7 +30,7 @@ struct CupsLocation;
class CupsdSecurityPage : public CupsdPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdSecurityPage(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/cupsdserverpage.h b/tdeprint/cups/cupsdconf2/cupsdserverpage.h
index f1f9eed2f..13bac0f6e 100644
--- a/tdeprint/cups/cupsdconf2/cupsdserverpage.h
+++ b/tdeprint/cups/cupsdconf2/cupsdserverpage.h
@@ -28,7 +28,7 @@ class TQComboBox;
class CupsdServerPage : public CupsdPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
CupsdServerPage(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/editlist.h b/tdeprint/cups/cupsdconf2/editlist.h
index 19a2da8c8..45783b0e3 100644
--- a/tdeprint/cups/cupsdconf2/editlist.h
+++ b/tdeprint/cups/cupsdconf2/editlist.h
@@ -28,7 +28,7 @@ class TQPushButton;
class EditList : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditList(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/locationdialog.h b/tdeprint/cups/cupsdconf2/locationdialog.h
index f0c182f42..2afd3600b 100644
--- a/tdeprint/cups/cupsdconf2/locationdialog.h
+++ b/tdeprint/cups/cupsdconf2/locationdialog.h
@@ -30,7 +30,7 @@ struct CupsLocation;
class LocationDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
LocationDialog(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/cupsdconf2/qdirlineedit.h b/tdeprint/cups/cupsdconf2/qdirlineedit.h
index d852897c3..f682d6fbe 100644
--- a/tdeprint/cups/cupsdconf2/qdirlineedit.h
+++ b/tdeprint/cups/cupsdconf2/qdirlineedit.h
@@ -28,7 +28,7 @@ class TQPushButton;
class QDirLineEdit : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
QDirLineEdit(bool file, TQWidget *parent = 0, const char *name = 0);
~QDirLineEdit();
diff --git a/tdeprint/cups/cupsdconf2/qdirmultilineedit.h b/tdeprint/cups/cupsdconf2/qdirmultilineedit.h
index a55f3355e..47b9530d3 100644
--- a/tdeprint/cups/cupsdconf2/qdirmultilineedit.h
+++ b/tdeprint/cups/cupsdconf2/qdirmultilineedit.h
@@ -28,7 +28,7 @@ class TQPushButton;
class QDirMultiLineEdit : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
QDirMultiLineEdit(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/ippreportdlg.h b/tdeprint/cups/ippreportdlg.h
index e61ccd7b7..9d622562e 100644
--- a/tdeprint/cups/ippreportdlg.h
+++ b/tdeprint/cups/ippreportdlg.h
@@ -27,7 +27,7 @@ class KTextEdit;
class IppReportDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
IppReportDlg(TQWidget *parent = 0, const char *name = 0);
static void report(IppRequest *req, int group, const TQString& caption = TQString::null);
diff --git a/tdeprint/cups/kmcupsjobmanager.h b/tdeprint/cups/kmcupsjobmanager.h
index 0635dd8ea..00b218c20 100644
--- a/tdeprint/cups/kmcupsjobmanager.h
+++ b/tdeprint/cups/kmcupsjobmanager.h
@@ -28,7 +28,7 @@ class KMPrinter;
class KMCupsJobManager : public KMJobManager
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMCupsJobManager(TQObject *parent, const char *name, const TQStringList &/*args*/);
diff --git a/tdeprint/cups/kmcupsmanager.h b/tdeprint/cups/kmcupsmanager.h
index 1e7c21b19..cc4a74a85 100644
--- a/tdeprint/cups/kmcupsmanager.h
+++ b/tdeprint/cups/kmcupsmanager.h
@@ -35,7 +35,7 @@ class KMCupsManager : public KMManager
friend class KMWIppPrinter;
friend class KMCupsJobManager;
- Q_OBJECT
+ TQ_OBJECT
public:
KMCupsManager(TQObject *parent, const char *name, const TQStringList & /*args*/);
virtual ~KMCupsManager();
diff --git a/tdeprint/cups/kmwippprinter.h b/tdeprint/cups/kmwippprinter.h
index f578afba9..24758ab4a 100644
--- a/tdeprint/cups/kmwippprinter.h
+++ b/tdeprint/cups/kmwippprinter.h
@@ -31,7 +31,7 @@ class NetworkScanner;
class KMWIppPrinter : public KMWizardPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMWIppPrinter(TQWidget *parent = 0, const char *name = 0);
~KMWIppPrinter();
diff --git a/tdeprint/cups/kmwother.h b/tdeprint/cups/kmwother.h
index a650482f4..c25913a52 100644
--- a/tdeprint/cups/kmwother.h
+++ b/tdeprint/cups/kmwother.h
@@ -28,7 +28,7 @@ class TQListViewItem;
class KMWOther : public KMWizardPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMWOther(TQWidget *parent = 0, const char *name = 0);
diff --git a/tdeprint/cups/kmwquota.h b/tdeprint/cups/kmwquota.h
index d8895c80d..e63f01aa4 100644
--- a/tdeprint/cups/kmwquota.h
+++ b/tdeprint/cups/kmwquota.h
@@ -27,7 +27,7 @@ class TQComboBox;
class KMWQuota : public KMWizardPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMWQuota(TQWidget *parent = 0, const char *name = 0);
virtual ~KMWQuota();
diff --git a/tdeprint/cups/kmwusers.h b/tdeprint/cups/kmwusers.h
index cae8844a6..82c0d8a75 100644
--- a/tdeprint/cups/kmwusers.h
+++ b/tdeprint/cups/kmwusers.h
@@ -27,7 +27,7 @@ class TQComboBox;
class KMWUsers : public KMWizardPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMWUsers(TQWidget *parent = 0, const char *name = 0);
virtual ~KMWUsers();
diff --git a/tdeprint/cups/kpimagepage.h b/tdeprint/cups/kpimagepage.h
index 1a6bc6e44..71bf31e0b 100644
--- a/tdeprint/cups/kpimagepage.h
+++ b/tdeprint/cups/kpimagepage.h
@@ -30,7 +30,7 @@ class ImagePosition;
class KPImagePage : public KPrintDialogPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPImagePage(DrMain *driver = 0, TQWidget *parent = 0, const char *name = 0);
~KPImagePage();
diff --git a/tdeprint/cups/kpschedulepage.h b/tdeprint/cups/kpschedulepage.h
index 4be11fab9..163cdcf23 100644
--- a/tdeprint/cups/kpschedulepage.h
+++ b/tdeprint/cups/kpschedulepage.h
@@ -29,7 +29,7 @@ class KIntNumInput;
class KPSchedulePage : public KPrintDialogPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPSchedulePage(TQWidget *parent = 0, const char *name = 0);
~KPSchedulePage();
diff --git a/tdeprint/cups/kptextpage.h b/tdeprint/cups/kptextpage.h
index 504e2d5c2..5aecfb526 100644
--- a/tdeprint/cups/kptextpage.h
+++ b/tdeprint/cups/kptextpage.h
@@ -30,7 +30,7 @@ class MarginWidget;
class KPTextPage : public KPrintDialogPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPTextPage(DrMain *driver, TQWidget *parent = 0, const char *name = 0);
~KPTextPage();