summaryrefslogtreecommitdiffstats
path: root/kdeprint/cups/cupsdconf2
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/cups/cupsdconf2')
-rw-r--r--kdeprint/cups/cupsdconf2/addressdialog.h4
-rw-r--r--kdeprint/cups/cupsdconf2/browsedialog.h4
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h4
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdcomment.h2
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdfilterpage.h4
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdjobspage.h2
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdlogpage.h2
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdnetworkpage.h4
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdsecuritypage.h2
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdserverpage.h6
-rw-r--r--kdeprint/cups/cupsdconf2/editlist.h2
-rw-r--r--kdeprint/cups/cupsdconf2/locationdialog.h4
-rw-r--r--kdeprint/cups/cupsdconf2/portdialog.h6
-rw-r--r--kdeprint/cups/cupsdconf2/qdirlineedit.h4
-rw-r--r--kdeprint/cups/cupsdconf2/qdirmultilineedit.h4
-rw-r--r--kdeprint/cups/cupsdconf2/sizewidget.h4
16 files changed, 29 insertions, 29 deletions
diff --git a/kdeprint/cups/cupsdconf2/addressdialog.h b/kdeprint/cups/cupsdconf2/addressdialog.h
index 0372f8cc6..5fb9125e6 100644
--- a/kdeprint/cups/cupsdconf2/addressdialog.h
+++ b/kdeprint/cups/cupsdconf2/addressdialog.h
@@ -22,8 +22,8 @@
#include <kdialogbase.h>
-class QComboBox;
-class QLineEdit;
+class TQComboBox;
+class TQLineEdit;
class AddressDialog : public KDialogBase
{
diff --git a/kdeprint/cups/cupsdconf2/browsedialog.h b/kdeprint/cups/cupsdconf2/browsedialog.h
index d579c3dbf..97d71e6dd 100644
--- a/kdeprint/cups/cupsdconf2/browsedialog.h
+++ b/kdeprint/cups/cupsdconf2/browsedialog.h
@@ -22,8 +22,8 @@
#include <kdialogbase.h>
-class QLineEdit;
-class QComboBox;
+class TQLineEdit;
+class TQComboBox;
struct CupsdConf;
class BrowseDialog : public KDialogBase
diff --git a/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h b/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
index b2060c4d0..61bf8dd4f 100644
--- a/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h
@@ -23,9 +23,9 @@
#include "cupsdpage.h"
class KIntNumInput;
-class QCheckBox;
+class TQCheckBox;
class EditList;
-class QComboBox;
+class TQComboBox;
class CupsdBrowsingPage : public CupsdPage
{
diff --git a/kdeprint/cups/cupsdconf2/cupsdcomment.h b/kdeprint/cups/cupsdconf2/cupsdcomment.h
index 8b1922f5b..3bfc67e15 100644
--- a/kdeprint/cups/cupsdconf2/cupsdcomment.h
+++ b/kdeprint/cups/cupsdconf2/cupsdcomment.h
@@ -23,7 +23,7 @@
#include <tqstringlist.h>
#include <tqdict.h>
-class QFile;
+class TQFile;
class Comment
{
diff --git a/kdeprint/cups/cupsdconf2/cupsdfilterpage.h b/kdeprint/cups/cupsdconf2/cupsdfilterpage.h
index 858b5e011..9e524897e 100644
--- a/kdeprint/cups/cupsdconf2/cupsdfilterpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdfilterpage.h
@@ -23,8 +23,8 @@
#include "cupsdpage.h"
class SizeWidget;
-class QLineEdit;
-class QComboBox;
+class TQLineEdit;
+class TQComboBox;
class KIntNumInput;
class CupsdFilterPage : public CupsdPage
diff --git a/kdeprint/cups/cupsdconf2/cupsdjobspage.h b/kdeprint/cups/cupsdconf2/cupsdjobspage.h
index f29721516..0e5c38573 100644
--- a/kdeprint/cups/cupsdconf2/cupsdjobspage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdjobspage.h
@@ -23,7 +23,7 @@
#include "cupsdpage.h"
class KIntNumInput;
-class QCheckBox;
+class TQCheckBox;
class CupsdJobsPage : public CupsdPage
{
diff --git a/kdeprint/cups/cupsdconf2/cupsdlogpage.h b/kdeprint/cups/cupsdconf2/cupsdlogpage.h
index de7826827..068b4aa3d 100644
--- a/kdeprint/cups/cupsdconf2/cupsdlogpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdlogpage.h
@@ -24,7 +24,7 @@
class QDirLineEdit;
class SizeWidget;
-class QComboBox;
+class TQComboBox;
class CupsdLogPage : public CupsdPage
{
diff --git a/kdeprint/cups/cupsdconf2/cupsdnetworkpage.h b/kdeprint/cups/cupsdconf2/cupsdnetworkpage.h
index 82b728982..f93248018 100644
--- a/kdeprint/cups/cupsdconf2/cupsdnetworkpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdnetworkpage.h
@@ -23,8 +23,8 @@
#include "cupsdpage.h"
class KIntNumInput;
-class QCheckBox;
-class QComboBox;
+class TQCheckBox;
+class TQComboBox;
class EditList;
class SizeWidget;
diff --git a/kdeprint/cups/cupsdconf2/cupsdsecuritypage.h b/kdeprint/cups/cupsdconf2/cupsdsecuritypage.h
index e0bcfc6da..de3ff9b8a 100644
--- a/kdeprint/cups/cupsdconf2/cupsdsecuritypage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdsecuritypage.h
@@ -23,7 +23,7 @@
#include "cupsdpage.h"
#include <tqptrlist.h>
-class QLineEdit;
+class TQLineEdit;
class EditList;
class QDirLineEdit;
struct CupsLocation;
diff --git a/kdeprint/cups/cupsdconf2/cupsdserverpage.h b/kdeprint/cups/cupsdconf2/cupsdserverpage.h
index e7aeee196..212e6c5e5 100644
--- a/kdeprint/cups/cupsdconf2/cupsdserverpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdserverpage.h
@@ -22,9 +22,9 @@
#include "cupsdpage.h"
-class QLineEdit;
-class QCheckBox;
-class QComboBox;
+class TQLineEdit;
+class TQCheckBox;
+class TQComboBox;
class CupsdServerPage : public CupsdPage
{
diff --git a/kdeprint/cups/cupsdconf2/editlist.h b/kdeprint/cups/cupsdconf2/editlist.h
index 30c31d731..9035d980f 100644
--- a/kdeprint/cups/cupsdconf2/editlist.h
+++ b/kdeprint/cups/cupsdconf2/editlist.h
@@ -24,7 +24,7 @@
#include <tqpixmap.h>
class KListBox;
-class QPushButton;
+class TQPushButton;
class EditList : public QWidget
{
diff --git a/kdeprint/cups/cupsdconf2/locationdialog.h b/kdeprint/cups/cupsdconf2/locationdialog.h
index fef270405..03536adc8 100644
--- a/kdeprint/cups/cupsdconf2/locationdialog.h
+++ b/kdeprint/cups/cupsdconf2/locationdialog.h
@@ -22,8 +22,8 @@
#include <kdialogbase.h>
-class QComboBox;
-class QLineEdit;
+class TQComboBox;
+class TQLineEdit;
class EditList;
struct CupsdConf;
struct CupsLocation;
diff --git a/kdeprint/cups/cupsdconf2/portdialog.h b/kdeprint/cups/cupsdconf2/portdialog.h
index 44ab5bb72..f57b4cd3d 100644
--- a/kdeprint/cups/cupsdconf2/portdialog.h
+++ b/kdeprint/cups/cupsdconf2/portdialog.h
@@ -22,9 +22,9 @@
#include <kdialogbase.h>
-class QLineEdit;
-class QSpinBox;
-class QCheckBox;
+class TQLineEdit;
+class TQSpinBox;
+class TQCheckBox;
struct CupsdConf;
class PortDialog : public KDialogBase
diff --git a/kdeprint/cups/cupsdconf2/qdirlineedit.h b/kdeprint/cups/cupsdconf2/qdirlineedit.h
index ff554d91c..1f4d87d17 100644
--- a/kdeprint/cups/cupsdconf2/qdirlineedit.h
+++ b/kdeprint/cups/cupsdconf2/qdirlineedit.h
@@ -23,8 +23,8 @@
#include <tqwidget.h>
#include <tqstring.h>
-class QLineEdit;
-class QPushButton;
+class TQLineEdit;
+class TQPushButton;
class QDirLineEdit : public QWidget
{
diff --git a/kdeprint/cups/cupsdconf2/qdirmultilineedit.h b/kdeprint/cups/cupsdconf2/qdirmultilineedit.h
index 95cdc8241..8853bd18e 100644
--- a/kdeprint/cups/cupsdconf2/qdirmultilineedit.h
+++ b/kdeprint/cups/cupsdconf2/qdirmultilineedit.h
@@ -23,8 +23,8 @@
#include <tqwidget.h>
class KListView;
-class QListViewItem;
-class QPushButton;
+class TQListViewItem;
+class TQPushButton;
class QDirMultiLineEdit : public QWidget
{
diff --git a/kdeprint/cups/cupsdconf2/sizewidget.h b/kdeprint/cups/cupsdconf2/sizewidget.h
index 7bee0283b..faa52e27b 100644
--- a/kdeprint/cups/cupsdconf2/sizewidget.h
+++ b/kdeprint/cups/cupsdconf2/sizewidget.h
@@ -22,8 +22,8 @@
#include <tqwidget.h>
-class QSpinBox;
-class QComboBox;
+class TQSpinBox;
+class TQComboBox;
class SizeWidget : public QWidget
{