diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:47 +0000 |
commit | 8f14fb0418241694e61cb35dda95fea6d9b7830d (patch) | |
tree | 73afdda59a8126db123133d64bab78a3503657dc /kdeprint | |
parent | ffe8a83e053396df448e9413828527613ca3bd46 (diff) | |
download | tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint')
90 files changed, 191 insertions, 191 deletions
diff --git a/kdeprint/cups/cupsaddsmb2.h b/kdeprint/cups/cupsaddsmb2.h index 43cd61e8c..1f396840f 100644 --- a/kdeprint/cups/cupsaddsmb2.h +++ b/kdeprint/cups/cupsaddsmb2.h @@ -25,12 +25,12 @@ #include <kprocess.h> #include <kdialog.h> -class QProgressBar; +class TQProgressBar; class SidePixmap; -class QPushButton; -class QLabel; +class TQPushButton; +class TQLabel; class KActiveLabel; -class QLineEdit; +class TQLineEdit; class CupsAddSmb : public KDialog { 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 { diff --git a/kdeprint/cups/kmconfigcupsdir.h b/kdeprint/cups/kmconfigcupsdir.h index ca365ba19..14ba4ef5f 100644 --- a/kdeprint/cups/kmconfigcupsdir.h +++ b/kdeprint/cups/kmconfigcupsdir.h @@ -23,7 +23,7 @@ #include "kmconfigpage.h" class KURLRequester; -class QCheckBox; +class TQCheckBox; class KMConfigCupsDir : public KMConfigPage { diff --git a/kdeprint/cups/kmcupsconfigwidget.h b/kdeprint/cups/kmcupsconfigwidget.h index ef493166a..6c0ceedf7 100644 --- a/kdeprint/cups/kmcupsconfigwidget.h +++ b/kdeprint/cups/kmcupsconfigwidget.h @@ -22,8 +22,8 @@ #include <tqwidget.h> -class QLineEdit; -class QCheckBox; +class TQLineEdit; +class TQCheckBox; class KConfig; class KMCupsConfigWidget : public QWidget diff --git a/kdeprint/cups/kmpropbanners.h b/kdeprint/cups/kmpropbanners.h index 1b5b51115..b93b5709c 100644 --- a/kdeprint/cups/kmpropbanners.h +++ b/kdeprint/cups/kmpropbanners.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QLabel; +class TQLabel; class KMPropBanners : public KMPropWidget { diff --git a/kdeprint/cups/kmpropquota.h b/kdeprint/cups/kmpropquota.h index b7845894d..d9b5b273b 100644 --- a/kdeprint/cups/kmpropquota.h +++ b/kdeprint/cups/kmpropquota.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QLabel; +class TQLabel; class KMPropQuota : public KMPropWidget { diff --git a/kdeprint/cups/kmpropusers.h b/kdeprint/cups/kmpropusers.h index 6421006c9..24fbb5aff 100644 --- a/kdeprint/cups/kmpropusers.h +++ b/kdeprint/cups/kmpropusers.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QTextView; +class TQTextView; class KMPropUsers : public KMPropWidget { diff --git a/kdeprint/cups/kmwbanners.h b/kdeprint/cups/kmwbanners.h index ce3bdca31..95aaa1740 100644 --- a/kdeprint/cups/kmwbanners.h +++ b/kdeprint/cups/kmwbanners.h @@ -23,7 +23,7 @@ #include "kmwizardpage.h" #include <tqstringlist.h> -class QComboBox; +class TQComboBox; class KMWBanners : public KMWizardPage { diff --git a/kdeprint/cups/kmwippprinter.h b/kdeprint/cups/kmwippprinter.h index 627a28f7d..b2298ff68 100644 --- a/kdeprint/cups/kmwippprinter.h +++ b/kdeprint/cups/kmwippprinter.h @@ -23,10 +23,10 @@ #include "kmwizardpage.h" class KListView; -class QListViewItem; -class QLineEdit; -class QTextView; -class QPushButton; +class TQListViewItem; +class TQLineEdit; +class TQTextView; +class TQPushButton; class NetworkScanner; class KMWIppPrinter : public KMWizardPage diff --git a/kdeprint/cups/kmwother.h b/kdeprint/cups/kmwother.h index 68f13077f..a07ba31c6 100644 --- a/kdeprint/cups/kmwother.h +++ b/kdeprint/cups/kmwother.h @@ -22,9 +22,9 @@ #include "kmwizardpage.h" -class QLineEdit; +class TQLineEdit; class KListView; -class QListViewItem; +class TQListViewItem; class KMWOther : public KMWizardPage { diff --git a/kdeprint/cups/kmwquota.h b/kdeprint/cups/kmwquota.h index 8261546b9..4ab8ddc1c 100644 --- a/kdeprint/cups/kmwquota.h +++ b/kdeprint/cups/kmwquota.h @@ -22,8 +22,8 @@ #include <kmwizardpage.h> -class QSpinBox; -class QComboBox; +class TQSpinBox; +class TQComboBox; class KMWQuota : public KMWizardPage { diff --git a/kdeprint/cups/kmwusers.h b/kdeprint/cups/kmwusers.h index cb269cd76..af2dd9618 100644 --- a/kdeprint/cups/kmwusers.h +++ b/kdeprint/cups/kmwusers.h @@ -23,7 +23,7 @@ #include <kmwizardpage.h> class KEditListBox; -class QComboBox; +class TQComboBox; class KMWUsers : public KMWizardPage { diff --git a/kdeprint/cups/kphpgl2page.h b/kdeprint/cups/kphpgl2page.h index cc77e8ab8..722cb949b 100644 --- a/kdeprint/cups/kphpgl2page.h +++ b/kdeprint/cups/kphpgl2page.h @@ -23,7 +23,7 @@ #include "kprintdialogpage.h" class KIntNumInput; -class QCheckBox; +class TQCheckBox; class KPHpgl2Page : public KPrintDialogPage { diff --git a/kdeprint/cups/kpimagepage.h b/kdeprint/cups/kpimagepage.h index 49b7ec0ea..5d9b20e7c 100644 --- a/kdeprint/cups/kpimagepage.h +++ b/kdeprint/cups/kpimagepage.h @@ -23,8 +23,8 @@ #include "kprintdialogpage.h" class KIntNumInput; -class QComboBox; -class QButtonGroup; +class TQComboBox; +class TQButtonGroup; class ImagePreview; class ImagePosition; diff --git a/kdeprint/cups/kpschedulepage.h b/kdeprint/cups/kpschedulepage.h index 5753747c9..96e3eb6b8 100644 --- a/kdeprint/cups/kpschedulepage.h +++ b/kdeprint/cups/kpschedulepage.h @@ -22,9 +22,9 @@ #include <kprintdialogpage.h> -class QComboBox; +class TQComboBox; class QTimeEdit; -class QLineEdit; +class TQLineEdit; class KIntNumInput; class KPSchedulePage : public KPrintDialogPage diff --git a/kdeprint/cups/kptagspage.h b/kdeprint/cups/kptagspage.h index 800f7ddc6..46b85c000 100644 --- a/kdeprint/cups/kptagspage.h +++ b/kdeprint/cups/kptagspage.h @@ -22,7 +22,7 @@ #include <kprintdialogpage.h> -class QTable; +class TQTable; class KPTagsPage : public KPrintDialogPage { diff --git a/kdeprint/cups/kptextpage.h b/kdeprint/cups/kptextpage.h index b2550afa0..d776d1e35 100644 --- a/kdeprint/cups/kptextpage.h +++ b/kdeprint/cups/kptextpage.h @@ -24,8 +24,8 @@ class DrMain; class KIntNumInput; -class QButtonGroup; -class QLabel; +class TQButtonGroup; +class TQLabel; class MarginWidget; class KPTextPage : public KPrintDialogPage diff --git a/kdeprint/driver.h b/kdeprint/driver.h index f8102d175..a2ccab8a8 100644 --- a/kdeprint/driver.h +++ b/kdeprint/driver.h @@ -35,7 +35,7 @@ #include <kdelibs_export.h> class DriverItem; -class QListView; +class TQListView; /*********************** * Forward definitions * diff --git a/kdeprint/droptionview.h b/kdeprint/droptionview.h index 3a36b8510..a4334ad31 100644 --- a/kdeprint/droptionview.h +++ b/kdeprint/droptionview.h @@ -24,14 +24,14 @@ #include <tqgroupbox.h> #include <tqstringlist.h> -class QLineEdit; -class QSlider; -class QLabel; +class TQLineEdit; +class TQSlider; +class TQLabel; class KListBox; -class QListBoxItem; -class QVButtonGroup; -class QWidgetStack; -class QListViewItem; +class TQListBoxItem; +class TQVButtonGroup; +class TQWidgetStack; +class TQListViewItem; class DrBase; class DriverItem; diff --git a/kdeprint/foomatic/kmfoomaticmanager.h b/kdeprint/foomatic/kmfoomaticmanager.h index 65fa0067e..4bf74371e 100644 --- a/kdeprint/foomatic/kmfoomaticmanager.h +++ b/kdeprint/foomatic/kmfoomaticmanager.h @@ -22,7 +22,7 @@ #include "kmmanager.h" -class QDomElement; +class TQDomElement; class KMPrinter; class KMFoomaticManager : public KMManager diff --git a/kdeprint/kfilelist.h b/kdeprint/kfilelist.h index 2fdcc60dd..ca4d925c8 100644 --- a/kdeprint/kfilelist.h +++ b/kdeprint/kfilelist.h @@ -25,8 +25,8 @@ #include <kurl.h> class KListView; -class QToolButton; -class QListViewItem; +class TQToolButton; +class TQListViewItem; class KFileList : public QWidget { diff --git a/kdeprint/kmmanager.h b/kdeprint/kmmanager.h index ee3c4064f..8826273a0 100644 --- a/kdeprint/kmmanager.h +++ b/kdeprint/kmmanager.h @@ -34,7 +34,7 @@ class DrMain; class KMDBEntry; class KMVirtualManager; class KMSpecialManager; -class QWidget; +class TQWidget; class KActionCollection; class PrinterFilter; diff --git a/kdeprint/kmprinter.h b/kdeprint/kmprinter.h index 4b78a4b01..8a43e7b13 100644 --- a/kdeprint/kmprinter.h +++ b/kdeprint/kmprinter.h @@ -34,7 +34,7 @@ class KMDBEntry; class DrMain; class KPrinter; -class QWidget; +class TQWidget; /** * @internal diff --git a/kdeprint/kmuimanager.h b/kdeprint/kmuimanager.h index 61088bd2f..3c6a74719 100644 --- a/kdeprint/kmuimanager.h +++ b/kdeprint/kmuimanager.h @@ -31,7 +31,7 @@ class KPrintDialogPage; class KPrintDialog; class KPrinterPropertyDialog; class KMConfigDialog; -class QListView; +class TQListView; class KDEPRINT_EXPORT KMUiManager : public QObject { diff --git a/kdeprint/kmvirtualmanager.h b/kdeprint/kmvirtualmanager.h index 0f0820366..5725854e2 100644 --- a/kdeprint/kmvirtualmanager.h +++ b/kdeprint/kmvirtualmanager.h @@ -30,7 +30,7 @@ class KMPrinter; class KMManager; -class QWidget; +class TQWidget; class KDEPRINT_EXPORT KMVirtualManager : public TQObject, public KPReloadObject { diff --git a/kdeprint/kpcopiespage.h b/kdeprint/kpcopiespage.h index 3cca90ca8..7dfaa5f3d 100644 --- a/kdeprint/kpcopiespage.h +++ b/kdeprint/kpcopiespage.h @@ -23,12 +23,12 @@ #include "kprintdialogpage.h" #include <kdeprint/kpreloadobject.h> -class QRadioButton; -class QLineEdit; -class QComboBox; -class QCheckBox; -class QSpinBox; -class QLabel; +class TQRadioButton; +class TQLineEdit; +class TQComboBox; +class TQCheckBox; +class TQSpinBox; +class TQLabel; class KPrinter; class KDEPRINT_EXPORT KPCopiesPage : public KPrintDialogPage, public KPReloadObject diff --git a/kdeprint/kpfilterpage.h b/kdeprint/kpfilterpage.h index c05b72e56..ab8909f78 100644 --- a/kdeprint/kpfilterpage.h +++ b/kdeprint/kpfilterpage.h @@ -27,9 +27,9 @@ class KListView; class KXmlCommand; -class QListViewItem; -class QToolButton; -class QTextBrowser; +class TQListViewItem; +class TQToolButton; +class TQTextBrowser; class KPFilterPage : public KPrintDialogPage { diff --git a/kdeprint/kpgeneralpage.h b/kdeprint/kpgeneralpage.h index 9a0bd22cd..df8490933 100644 --- a/kdeprint/kpgeneralpage.h +++ b/kdeprint/kpgeneralpage.h @@ -23,10 +23,10 @@ #include "kprintdialogpage.h" -class QComboBox; -class QButtonGroup; -class QGroupBox; -class QLabel; +class TQComboBox; +class TQButtonGroup; +class TQGroupBox; +class TQLabel; class KDEPRINT_EXPORT KPGeneralPage : public KPrintDialogPage { diff --git a/kdeprint/kpposterpage.h b/kdeprint/kpposterpage.h index 0caefe717..ec10a920d 100644 --- a/kdeprint/kpposterpage.h +++ b/kdeprint/kpposterpage.h @@ -22,13 +22,13 @@ #include "kprintdialogpage.h" -class QComboBox; -class QCheckBox; -class QLabel; +class TQComboBox; +class TQCheckBox; +class TQLabel; class PosterPreview; class KIntNumInput; -class QPushButton; -class QLineEdit; +class TQPushButton; +class TQLineEdit; class KPPosterPage : public KPrintDialogPage { diff --git a/kdeprint/kpqtpage.h b/kdeprint/kpqtpage.h index 78fe34511..c9e770945 100644 --- a/kdeprint/kpqtpage.h +++ b/kdeprint/kpqtpage.h @@ -24,9 +24,9 @@ #include <kdelibs_export.h> -class QButtonGroup; -class QComboBox; -class QLabel; +class TQButtonGroup; +class TQComboBox; +class TQLabel; class DrMain; class KDEPRINT_EXPORT KPQtPage : public KPrintDialogPage diff --git a/kdeprint/kprinterpropertydialog.h b/kdeprint/kprinterpropertydialog.h index de99e0bfd..e781a7595 100644 --- a/kdeprint/kprinterpropertydialog.h +++ b/kdeprint/kprinterpropertydialog.h @@ -28,7 +28,7 @@ class KMPrinter; class KPrintDialogPage; class DrMain; -class QTabWidget; +class TQTabWidget; class KDEPRINT_EXPORT KPrinterPropertyDialog : public KDialogBase { diff --git a/kdeprint/lpr/editentrydialog.h b/kdeprint/lpr/editentrydialog.h index eb861ccd7..bbde7613c 100644 --- a/kdeprint/lpr/editentrydialog.h +++ b/kdeprint/lpr/editentrydialog.h @@ -23,13 +23,13 @@ #include <kdialogbase.h> #include "printcapentry.h" -class QLineEdit; -class QCheckBox; -class QSpinBox; -class QComboBox; -class QListView; +class TQLineEdit; +class TQCheckBox; +class TQSpinBox; +class TQComboBox; +class TQListView; class QListviewItem; -class QWidgetStack; +class TQWidgetStack; class EditEntryDialog : public KDialogBase { diff --git a/kdeprint/lpr/kmconfiglpr.h b/kdeprint/lpr/kmconfiglpr.h index 13e52fb42..2700e846c 100644 --- a/kdeprint/lpr/kmconfiglpr.h +++ b/kdeprint/lpr/kmconfiglpr.h @@ -22,7 +22,7 @@ #include "kmconfigpage.h" -class QComboBox; +class TQComboBox; class KMConfigLpr : public KMConfigPage { diff --git a/kdeprint/lpr/printcapreader.h b/kdeprint/lpr/printcapreader.h index 117b34f8c..51aac90d1 100644 --- a/kdeprint/lpr/printcapreader.h +++ b/kdeprint/lpr/printcapreader.h @@ -23,7 +23,7 @@ #include <tqstring.h> #include <tqtextstream.h> -class QFile; +class TQFile; class PrintcapEntry; class PrintcapReader diff --git a/kdeprint/management/cjanuswidget.h b/kdeprint/management/cjanuswidget.h index 7bfb2ab46..2b06aed21 100644 --- a/kdeprint/management/cjanuswidget.h +++ b/kdeprint/management/cjanuswidget.h @@ -24,9 +24,9 @@ #include <tqpixmap.h> #include <tqptrlist.h> -class QWidgetStack; -class QLabel; -class QListBoxItem; +class TQWidgetStack; +class TQLabel; +class TQListBoxItem; class CJanusWidget : public QWidget { diff --git a/kdeprint/management/kmconfigfilter.h b/kdeprint/management/kmconfigfilter.h index 82ac2190b..78fc6b568 100644 --- a/kdeprint/management/kmconfigfilter.h +++ b/kdeprint/management/kmconfigfilter.h @@ -23,8 +23,8 @@ #include "kmconfigpage.h" class KListBox; -class QToolButton; -class QLineEdit; +class TQToolButton; +class TQLineEdit; class KMConfigFilter : public KMConfigPage { diff --git a/kdeprint/management/kmconfigfonts.h b/kdeprint/management/kmconfigfonts.h index a20ead918..7fa9e9de3 100644 --- a/kdeprint/management/kmconfigfonts.h +++ b/kdeprint/management/kmconfigfonts.h @@ -24,8 +24,8 @@ class KListView; class KURLRequester; -class QPushButton; -class QCheckBox; +class TQPushButton; +class TQCheckBox; class KMConfigFonts : public KMConfigPage { diff --git a/kdeprint/management/kmconfiggeneral.h b/kdeprint/management/kmconfiggeneral.h index f28f29446..a2cf7f81d 100644 --- a/kdeprint/management/kmconfiggeneral.h +++ b/kdeprint/management/kmconfiggeneral.h @@ -24,8 +24,8 @@ class KIntNumInput; class KURLRequester; -class QCheckBox; -class QPushButton; +class TQCheckBox; +class TQPushButton; class KMConfigGeneral : public KMConfigPage { Q_OBJECT diff --git a/kdeprint/management/kmconfigpreview.h b/kdeprint/management/kmconfigpreview.h index 52a9704d1..72916a510 100644 --- a/kdeprint/management/kmconfigpreview.h +++ b/kdeprint/management/kmconfigpreview.h @@ -22,7 +22,7 @@ #include "kmconfigpage.h" -class QCheckBox; +class TQCheckBox; class KURLRequester; class KMConfigPreview : public KMConfigPage diff --git a/kdeprint/management/kmdbcreator.h b/kdeprint/management/kmdbcreator.h index 188ff9a42..82fa5469e 100644 --- a/kdeprint/management/kmdbcreator.h +++ b/kdeprint/management/kmdbcreator.h @@ -25,8 +25,8 @@ #include <tqdatetime.h> #include <kprocess.h> -class QWidget; -class QProgressDialog; +class TQWidget; +class TQProgressDialog; class KMDBCreator : public QObject { diff --git a/kdeprint/management/kmdriverdbwidget.h b/kdeprint/management/kmdriverdbwidget.h index 8e111f042..c9e263f47 100644 --- a/kdeprint/management/kmdriverdbwidget.h +++ b/kdeprint/management/kmdriverdbwidget.h @@ -23,9 +23,9 @@ #include <tqwidget.h> #include "kmdbentry.h" -class QListBox; -class QCheckBox; -class QPushButton; +class TQListBox; +class TQCheckBox; +class TQPushButton; class KMDriverDbWidget : public QWidget { diff --git a/kdeprint/management/kminfopage.h b/kdeprint/management/kminfopage.h index 9c1c6ff10..257ac2328 100644 --- a/kdeprint/management/kminfopage.h +++ b/kdeprint/management/kminfopage.h @@ -23,7 +23,7 @@ #include "kmprinterpage.h" #include <tqwidget.h> -class QLabel; +class TQLabel; class KMInfoPage : public TQWidget, public KMPrinterPage { diff --git a/kdeprint/management/kminstancepage.h b/kdeprint/management/kminstancepage.h index 876c1f030..3b8931100 100644 --- a/kdeprint/management/kminstancepage.h +++ b/kdeprint/management/kminstancepage.h @@ -26,7 +26,7 @@ class KListBox; class KMPrinter; -class QButton; +class TQButton; class KMInstancePage : public TQWidget, public KMPrinterPage { diff --git a/kdeprint/management/kmjobviewer.h b/kdeprint/management/kmjobviewer.h index 9cdf6aceb..98cd73656 100644 --- a/kdeprint/management/kmjobviewer.h +++ b/kdeprint/management/kmjobviewer.h @@ -32,12 +32,12 @@ class KMJobManager; class KMJob; class KListView; class JobItem; -class QPopupMenu; -class QListViewItem; +class TQPopupMenu; +class TQListViewItem; class KMPrinter; -class QTimer; -class QLineEdit; -class QCheckBox; +class TQTimer; +class TQLineEdit; +class TQCheckBox; /** * @internal diff --git a/kdeprint/management/kmmainview.h b/kdeprint/management/kmmainview.h index f8ab6a388..8f60aec2d 100644 --- a/kdeprint/management/kmmainview.h +++ b/kdeprint/management/kmmainview.h @@ -33,15 +33,15 @@ class KMPrinterView; class KMPrinter; class KMPages; class KActionCollection; -class QPopupMenu; -class QTimer; -class QSplitter; +class TQPopupMenu; +class TQTimer; +class TQSplitter; class KToolBar; class KAction; class PluginComboBox; -class QBoxLayout; +class TQBoxLayout; class MessageWindow; -class QMenuBar; +class TQMenuBar; /** * @internal diff --git a/kdeprint/management/kmprinterview.h b/kdeprint/management/kmprinterview.h index 0b8c30c23..5ea565dba 100644 --- a/kdeprint/management/kmprinterview.h +++ b/kdeprint/management/kmprinterview.h @@ -26,7 +26,7 @@ class KMIconView; class KMListView; class KMPrinter; -class QIconViewItem; +class TQIconViewItem; class KMPrinterView : public QWidgetStack { diff --git a/kdeprint/management/kmpropbackend.h b/kdeprint/management/kmpropbackend.h index ffdd15513..5f0514408 100644 --- a/kdeprint/management/kmpropbackend.h +++ b/kdeprint/management/kmpropbackend.h @@ -24,7 +24,7 @@ #include <kdelibs_export.h> -class QLabel; +class TQLabel; class KDEPRINT_EXPORT KMPropBackend : public KMPropWidget { diff --git a/kdeprint/management/kmpropcontainer.h b/kdeprint/management/kmpropcontainer.h index 00b125067..ff4ca8439 100644 --- a/kdeprint/management/kmpropcontainer.h +++ b/kdeprint/management/kmpropcontainer.h @@ -23,7 +23,7 @@ #include <tqwidget.h> class KMPropWidget; -class QPushButton; +class TQPushButton; class KMPrinter; class KMPropContainer : public QWidget diff --git a/kdeprint/management/kmpropdriver.h b/kdeprint/management/kmpropdriver.h index 40952162c..c5bcde018 100644 --- a/kdeprint/management/kmpropdriver.h +++ b/kdeprint/management/kmpropdriver.h @@ -24,7 +24,7 @@ #include <kdelibs_export.h> -class QLabel; +class TQLabel; class KDEPRINT_EXPORT KMPropDriver : public KMPropWidget { diff --git a/kdeprint/management/kmpropgeneral.h b/kdeprint/management/kmpropgeneral.h index 76bdc3171..21cdfe1a9 100644 --- a/kdeprint/management/kmpropgeneral.h +++ b/kdeprint/management/kmpropgeneral.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QLabel; +class TQLabel; class KMPropGeneral : public KMPropWidget { diff --git a/kdeprint/management/kmpropmembers.h b/kdeprint/management/kmpropmembers.h index c0dda4978..70b9b2678 100644 --- a/kdeprint/management/kmpropmembers.h +++ b/kdeprint/management/kmpropmembers.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QTextView; +class TQTextView; class KDEPRINT_EXPORT KMPropMembers : public KMPropWidget { diff --git a/kdeprint/management/kmspecialprinterdlg.h b/kdeprint/management/kmspecialprinterdlg.h index 2b440c567..88b0e19f5 100644 --- a/kdeprint/management/kmspecialprinterdlg.h +++ b/kdeprint/management/kmspecialprinterdlg.h @@ -23,9 +23,9 @@ #include <kdialogbase.h> class KMPrinter; -class QLineEdit; -class QCheckBox; -class QComboBox; +class TQLineEdit; +class TQCheckBox; +class TQComboBox; class KIconButton; class KXmlCommandSelector; diff --git a/kdeprint/management/kmwbackend.h b/kdeprint/management/kmwbackend.h index e31136851..2013b8035 100644 --- a/kdeprint/management/kmwbackend.h +++ b/kdeprint/management/kmwbackend.h @@ -24,8 +24,8 @@ #include <kdelibs_export.h> #include <tqmap.h> -class QButtonGroup; -class QVBoxLayout; +class TQButtonGroup; +class TQVBoxLayout; class KDEPRINT_EXPORT KMWBackend : public KMWizardPage { diff --git a/kdeprint/management/kmwdriverselect.h b/kdeprint/management/kmwdriverselect.h index 935bb56ca..0f2569a72 100644 --- a/kdeprint/management/kmwdriverselect.h +++ b/kdeprint/management/kmwdriverselect.h @@ -24,7 +24,7 @@ #include "kmdbentry.h" class KListBox; -class QPushButton; +class TQPushButton; class KMWDriverSelect : public KMWizardPage { diff --git a/kdeprint/management/kmwdrivertest.h b/kdeprint/management/kmwdrivertest.h index 5ab716459..64d779477 100644 --- a/kdeprint/management/kmwdrivertest.h +++ b/kdeprint/management/kmwdrivertest.h @@ -22,8 +22,8 @@ #include "kmwizardpage.h" -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class DrMain; class KMWDriverTest : public KMWizardPage diff --git a/kdeprint/management/kmwend.h b/kdeprint/management/kmwend.h index d30972361..9ce9077f7 100644 --- a/kdeprint/management/kmwend.h +++ b/kdeprint/management/kmwend.h @@ -22,7 +22,7 @@ #include "kmwizardpage.h" -class QTextView; +class TQTextView; class KMWEnd : public KMWizardPage { diff --git a/kdeprint/management/kmwinfobase.h b/kdeprint/management/kmwinfobase.h index 1a6576618..1c328826a 100644 --- a/kdeprint/management/kmwinfobase.h +++ b/kdeprint/management/kmwinfobase.h @@ -23,8 +23,8 @@ #include "kmwizardpage.h" #include <tqptrlist.h> -class QLabel; -class QLineEdit; +class TQLabel; +class TQLineEdit; class KDEPRINT_EXPORT KMWInfoBase : public KMWizardPage { diff --git a/kdeprint/management/kmwizard.h b/kdeprint/management/kmwizard.h index a6f3d8dfc..54a97abcd 100644 --- a/kdeprint/management/kmwizard.h +++ b/kdeprint/management/kmwizard.h @@ -26,9 +26,9 @@ #include <kdelibs_export.h> -class QWidgetStack; -class QLabel; -class QPushButton; +class TQWidgetStack; +class TQLabel; +class TQPushButton; class KMWizardPage; class KMPrinter; class KMWBackend; diff --git a/kdeprint/management/kmwlocal.h b/kdeprint/management/kmwlocal.h index 2dd770341..9da6ed747 100644 --- a/kdeprint/management/kmwlocal.h +++ b/kdeprint/management/kmwlocal.h @@ -24,9 +24,9 @@ #include <tqstringlist.h> -class QLineEdit; +class TQLineEdit; class KListView; -class QListViewItem; +class TQListViewItem; class KMWLocal : public KMWizardPage { diff --git a/kdeprint/management/kmwpassword.h b/kdeprint/management/kmwpassword.h index 50fb4f42a..493b36dd0 100644 --- a/kdeprint/management/kmwpassword.h +++ b/kdeprint/management/kmwpassword.h @@ -22,8 +22,8 @@ #include "kmwizardpage.h" -class QLineEdit; -class QButtonGroup; +class TQLineEdit; +class TQButtonGroup; class KMWPassword : public KMWizardPage { diff --git a/kdeprint/management/kmwsmb.h b/kdeprint/management/kmwsmb.h index 8c0768287..c56276206 100644 --- a/kdeprint/management/kmwsmb.h +++ b/kdeprint/management/kmwsmb.h @@ -23,8 +23,8 @@ #include "kmwizardpage.h" class SmbView; -class QLineEdit; -class QLabel; +class TQLineEdit; +class TQLabel; class KMWSmb : public KMWizardPage { diff --git a/kdeprint/management/kmwsocket.h b/kdeprint/management/kmwsocket.h index ca0b506df..4093a8766 100644 --- a/kdeprint/management/kmwsocket.h +++ b/kdeprint/management/kmwsocket.h @@ -23,8 +23,8 @@ #include "kmwizardpage.h" class KListView; -class QListViewItem; -class QLineEdit; +class TQListViewItem; +class TQLineEdit; class NetworkScanner; class KMWSocket : public KMWizardPage diff --git a/kdeprint/management/kmwsocketutil.h b/kdeprint/management/kmwsocketutil.h index 0fd96cc59..ad17b8113 100644 --- a/kdeprint/management/kmwsocketutil.h +++ b/kdeprint/management/kmwsocketutil.h @@ -31,9 +31,9 @@ struct SocketInfo int Port; }; -class QProgressBar; -class QLineEdit; -class QComboBox; +class TQProgressBar; +class TQLineEdit; +class TQComboBox; class KMWSocketUtil; class SocketConfig : public KDialogBase diff --git a/kdeprint/management/kxmlcommanddlg.h b/kdeprint/management/kxmlcommanddlg.h index 05dc133c2..f30b321ad 100644 --- a/kdeprint/management/kxmlcommanddlg.h +++ b/kdeprint/management/kxmlcommanddlg.h @@ -26,15 +26,15 @@ #include <kdialogbase.h> class KListView; -class QListViewItem; -class QLineEdit; -class QComboBox; -class QWidgetStack; -class QToolButton; +class TQListViewItem; +class TQLineEdit; +class TQComboBox; +class TQWidgetStack; +class TQToolButton; class KListBox; -class QListBoxItem; -class QTextEdit; -class QCheckBox; +class TQListBoxItem; +class TQTextEdit; +class TQCheckBox; class DrGroup; class DrBase; diff --git a/kdeprint/management/kxmlcommandselector.h b/kdeprint/management/kxmlcommandselector.h index 23ded759b..d632aaddf 100644 --- a/kdeprint/management/kxmlcommandselector.h +++ b/kdeprint/management/kxmlcommandselector.h @@ -25,11 +25,11 @@ #include <kdelibs_export.h> -class QComboBox; -class QLineEdit; -class QCheckBox; -class QLabel; -class QPushButton; +class TQComboBox; +class TQLineEdit; +class TQCheckBox; +class TQLabel; +class TQPushButton; class KDialogBase; class KDEPRINT_EXPORT KXmlCommandSelector : public QWidget diff --git a/kdeprint/management/networkscanner.h b/kdeprint/management/networkscanner.h index 5919990e4..462d26427 100644 --- a/kdeprint/management/networkscanner.h +++ b/kdeprint/management/networkscanner.h @@ -72,8 +72,8 @@ private: NetworkScannerPrivate *d; }; -class QLineEdit; -class QComboBox; +class TQLineEdit; +class TQComboBox; class NetworkScannerConfig : public KDialogBase { diff --git a/kdeprint/marginwidget.h b/kdeprint/marginwidget.h index 8e966b3f5..90cef87ef 100644 --- a/kdeprint/marginwidget.h +++ b/kdeprint/marginwidget.h @@ -27,8 +27,8 @@ class MarginValueWidget; class MarginPreview; -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KDEPRINT_EXPORT MarginWidget : public QWidget { diff --git a/kdeprint/messagewindow.h b/kdeprint/messagewindow.h index a9a93731f..a86378a53 100644 --- a/kdeprint/messagewindow.h +++ b/kdeprint/messagewindow.h @@ -25,7 +25,7 @@ #include <kdelibs_export.h> -class QLabel; +class TQLabel; class KDEPRINT_EXPORT MessageWindow : public QWidget { diff --git a/kdeprint/plugincombobox.h b/kdeprint/plugincombobox.h index 4f31da974..94fea9974 100644 --- a/kdeprint/plugincombobox.h +++ b/kdeprint/plugincombobox.h @@ -25,8 +25,8 @@ #include "kpreloadobject.h" -class QComboBox; -class QLabel; +class TQComboBox; +class TQLabel; class KDEPRINT_EXPORT PluginComboBox : public TQWidget, public KPReloadObject { diff --git a/kdeprint/rlpr/kmproprlpr.h b/kdeprint/rlpr/kmproprlpr.h index 2c240f3db..cc6631fa1 100644 --- a/kdeprint/rlpr/kmproprlpr.h +++ b/kdeprint/rlpr/kmproprlpr.h @@ -22,7 +22,7 @@ #include "kmpropwidget.h" -class QLabel; +class TQLabel; class KMPropRlpr : public KMPropWidget { diff --git a/kdeprint/rlpr/kmproxywidget.h b/kdeprint/rlpr/kmproxywidget.h index 91314f3d3..8dfdd149a 100644 --- a/kdeprint/rlpr/kmproxywidget.h +++ b/kdeprint/rlpr/kmproxywidget.h @@ -23,8 +23,8 @@ #include <tqgroupbox.h> class KConfig; -class QLineEdit; -class QCheckBox; +class TQLineEdit; +class TQCheckBox; class KMProxyWidget : public QGroupBox { diff --git a/kdeprint/rlpr/kmwrlpr.h b/kdeprint/rlpr/kmwrlpr.h index ec4c378b8..c71f51144 100644 --- a/kdeprint/rlpr/kmwrlpr.h +++ b/kdeprint/rlpr/kmwrlpr.h @@ -23,8 +23,8 @@ #include "kmwizardpage.h" class KListView; -class QLineEdit; -class QListViewItem; +class TQLineEdit; +class TQListViewItem; class KMWRlpr : public KMWizardPage { diff --git a/kdeprint/tests/helpwindow.h b/kdeprint/tests/helpwindow.h index 93704046a..c444b8144 100644 --- a/kdeprint/tests/helpwindow.h +++ b/kdeprint/tests/helpwindow.h @@ -17,8 +17,8 @@ #include <tqmap.h> #include <tqdir.h> -class QComboBox; -class QPopupMenu; +class TQComboBox; +class TQPopupMenu; class HelpWindow : public KMainWindow { diff --git a/kdeprint/tests/richpage.h b/kdeprint/tests/richpage.h index e41f64e0d..33e4304e7 100644 --- a/kdeprint/tests/richpage.h +++ b/kdeprint/tests/richpage.h @@ -3,8 +3,8 @@ #include <kprintdialogpage.h> -class QSpinBox; -class QComboBox; +class TQSpinBox; +class TQComboBox; class RichPage : public KPrintDialogPage { diff --git a/kdeprint/tools/escputil/escpwidget.h b/kdeprint/tools/escputil/escpwidget.h index ce895f260..528de97c9 100644 --- a/kdeprint/tools/escputil/escpwidget.h +++ b/kdeprint/tools/escputil/escpwidget.h @@ -24,8 +24,8 @@ #include <kprocess.h> #include <kurl.h> -class QLabel; -class QCheckBox; +class TQLabel; +class TQCheckBox; class EscpWidget : public QWidget { |