summaryrefslogtreecommitdiffstats
path: root/kdeprint
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kdeprint
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz
tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint')
-rw-r--r--kdeprint/kdeprintfax/conffax.h2
-rw-r--r--kdeprint/kdeprintfax/confgeneral.h4
-rw-r--r--kdeprint/kdeprintfax/confsystem.h4
-rw-r--r--kdeprint/kdeprintfax/faxab.h2
-rw-r--r--kdeprint/kdeprintfax/faxctrl.h2
-rw-r--r--kdeprint/kdeprintfax/filterdlg.h2
-rw-r--r--kdeprint/kdeprintfax/kdeprintfax.h14
-rw-r--r--kdeprint/kprinter/printwrapper.h2
8 files changed, 16 insertions, 16 deletions
diff --git a/kdeprint/kdeprintfax/conffax.h b/kdeprint/kdeprintfax/conffax.h
index 888ef5825..8429ac40e 100644
--- a/kdeprint/kdeprintfax/conffax.h
+++ b/kdeprint/kdeprintfax/conffax.h
@@ -23,7 +23,7 @@
#include <tqwidget.h>
-class QComboBox;
+class TQComboBox;
class ConfFax : public QWidget
{
diff --git a/kdeprint/kdeprintfax/confgeneral.h b/kdeprint/kdeprintfax/confgeneral.h
index 46c54c2a5..5a3ee6ca9 100644
--- a/kdeprint/kdeprintfax/confgeneral.h
+++ b/kdeprint/kdeprintfax/confgeneral.h
@@ -23,8 +23,8 @@
#include <tqwidget.h>
-class QLineEdit;
-class QCheckBox;
+class TQLineEdit;
+class TQCheckBox;
class ConfGeneral : public QWidget
{
diff --git a/kdeprint/kdeprintfax/confsystem.h b/kdeprint/kdeprintfax/confsystem.h
index 4e83d6ff9..6a2d00c12 100644
--- a/kdeprint/kdeprintfax/confsystem.h
+++ b/kdeprint/kdeprintfax/confsystem.h
@@ -24,8 +24,8 @@
#include <tqwidget.h>
#include <tqstringlist.h>
-class QLineEdit;
-class QComboBox;
+class TQLineEdit;
+class TQComboBox;
class ConfSystem : public QWidget
{
diff --git a/kdeprint/kdeprintfax/faxab.h b/kdeprint/kdeprintfax/faxab.h
index 03c5532fe..f50748217 100644
--- a/kdeprint/kdeprintfax/faxab.h
+++ b/kdeprint/kdeprintfax/faxab.h
@@ -28,7 +28,7 @@
class KListView;
class AddressBook;
-class QPushButton;
+class TQPushButton;
class FaxAB : public KDialog
{
diff --git a/kdeprint/kdeprintfax/faxctrl.h b/kdeprint/kdeprintfax/faxctrl.h
index 0b8ed1de0..04ad8ecc2 100644
--- a/kdeprint/kdeprintfax/faxctrl.h
+++ b/kdeprint/kdeprintfax/faxctrl.h
@@ -28,7 +28,7 @@
#include "kdeprintfax.h"
class KProcess;
-class QTextEdit;
+class TQTextEdit;
class FaxCtrl : public QObject
{
diff --git a/kdeprint/kdeprintfax/filterdlg.h b/kdeprint/kdeprintfax/filterdlg.h
index e080393ae..859815607 100644
--- a/kdeprint/kdeprintfax/filterdlg.h
+++ b/kdeprint/kdeprintfax/filterdlg.h
@@ -23,7 +23,7 @@
#include <kdialogbase.h>
-class QLineEdit;
+class TQLineEdit;
class FilterDlg : public KDialogBase
{
diff --git a/kdeprint/kdeprintfax/kdeprintfax.h b/kdeprint/kdeprintfax/kdeprintfax.h
index 95f64d443..e68ddfa67 100644
--- a/kdeprint/kdeprintfax/kdeprintfax.h
+++ b/kdeprint/kdeprintfax/kdeprintfax.h
@@ -26,15 +26,15 @@
class KListBox;
class KListView;
-class QLineEdit;
-class QTextEdit;
+class TQLineEdit;
+class TQTextEdit;
class FaxCtrl;
-class QCheckBox;
-class QLabel;
+class TQCheckBox;
+class TQLabel;
class QTimeEdit;
-class QComboBox;
-class QPushButton;
-class QListViewItem;
+class TQComboBox;
+class TQPushButton;
+class TQListViewItem;
class KdeprintFax : public KMainWindow
{
diff --git a/kdeprint/kprinter/printwrapper.h b/kdeprint/kprinter/printwrapper.h
index 54d25368f..381cfa717 100644
--- a/kdeprint/kprinter/printwrapper.h
+++ b/kdeprint/kprinter/printwrapper.h
@@ -24,7 +24,7 @@
class KPrinter;
class KPrintDialog;
-class QSocketNotifier;
+class TQSocketNotifier;
class PrintWrapper : public QWidget
{