summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
commitb678e7f967f438e123324c7a34b02388e68d70dc (patch)
tree5720acc1076baf217f77c48c96f7cabdbab4382b /khexedit
parent5f5ee2367157176ed223b86343eb0a9e4022e020 (diff)
downloadtdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz
tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/chartabledialog.h4
-rw-r--r--khexedit/exportdialog.h16
-rw-r--r--khexedit/fileinfodialog.h2
-rw-r--r--khexedit/hextoolwidget.h8
-rw-r--r--khexedit/lib/codecs/ktextcharcodec.h6
-rw-r--r--khexedit/lib/controller/kcontroller.h2
-rw-r--r--khexedit/lib/kbuffercolumn.h4
-rw-r--r--khexedit/lib/kcharcolumn.h4
-rw-r--r--khexedit/lib/kcoltextexport.h2
-rw-r--r--khexedit/lib/kcolumn.h2
-rw-r--r--khexedit/lib/khexedit.h2
-rw-r--r--khexedit/optiondialog.h16
-rw-r--r--khexedit/printdialogpage.h8
-rw-r--r--khexedit/searchbar.h8
-rw-r--r--khexedit/stringdialog.h10
-rw-r--r--khexedit/toplevel.h2
16 files changed, 48 insertions, 48 deletions
diff --git a/khexedit/chartabledialog.h b/khexedit/chartabledialog.h
index 09f1485..dcdaafd 100644
--- a/khexedit/chartabledialog.h
+++ b/khexedit/chartabledialog.h
@@ -25,8 +25,8 @@
#include <config.h>
#endif
-class QLabel;
-class QSpinBox;
+class TQLabel;
+class TQSpinBox;
#include <kdialogbase.h>
#include "listview.h"
diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h
index 91716f0..b4dc3e1 100644
--- a/khexedit/exportdialog.h
+++ b/khexedit/exportdialog.h
@@ -22,14 +22,14 @@
#define _EXPORT_DIALOG_H_
-class QButtonGroup;
-class QComboBox;
-class QCheckBox;
-class QFrame;
-class QLabel;
-class QLineEdit;
-class QSpinBox;
-class QWidgetStack;
+class TQButtonGroup;
+class TQComboBox;
+class TQCheckBox;
+class TQFrame;
+class TQLabel;
+class TQLineEdit;
+class TQSpinBox;
+class TQWidgetStack;
class KSimpleConfig;
#include <kdialogbase.h>
diff --git a/khexedit/fileinfodialog.h b/khexedit/fileinfodialog.h
index 3c2b6bf..742f3bd 100644
--- a/khexedit/fileinfodialog.h
+++ b/khexedit/fileinfodialog.h
@@ -26,7 +26,7 @@
#include <config.h>
#endif
-class QLabel;
+class TQLabel;
#include <kdialogbase.h>
diff --git a/khexedit/hextoolwidget.h b/khexedit/hextoolwidget.h
index eaf4e3c..7bb0643 100644
--- a/khexedit/hextoolwidget.h
+++ b/khexedit/hextoolwidget.h
@@ -23,10 +23,10 @@
#include <kconfig.h>
-class QGridLayout;
-class QComboBox;
-class QLineEdit;
-class QCheckBox;
+class TQGridLayout;
+class TQComboBox;
+class TQLineEdit;
+class TQCheckBox;
#include "hexbuffer.h"
#include <tqframe.h>
diff --git a/khexedit/lib/codecs/ktextcharcodec.h b/khexedit/lib/codecs/ktextcharcodec.h
index 48ca3b0..8d834ea 100644
--- a/khexedit/lib/codecs/ktextcharcodec.h
+++ b/khexedit/lib/codecs/ktextcharcodec.h
@@ -21,9 +21,9 @@
#include "kcharcodec.h"
-class QTextCodec;
-class QTextDecoder;
-class QTextEncoder;
+class TQTextCodec;
+class TQTextDecoder;
+class TQTextEncoder;
namespace KHE
{
diff --git a/khexedit/lib/controller/kcontroller.h b/khexedit/lib/controller/kcontroller.h
index be1f9fc..8323e24 100644
--- a/khexedit/lib/controller/kcontroller.h
+++ b/khexedit/lib/controller/kcontroller.h
@@ -19,7 +19,7 @@
#define KHE_KCONTROLLER_H
-class QKeyEvent;
+class TQKeyEvent;
namespace KHE
{
diff --git a/khexedit/lib/kbuffercolumn.h b/khexedit/lib/kbuffercolumn.h
index 37a495a..10e930d 100644
--- a/khexedit/lib/kbuffercolumn.h
+++ b/khexedit/lib/kbuffercolumn.h
@@ -26,8 +26,8 @@
#include "kbufferlayout.h"
#include "ksection.h"
-class QPainter;
-class QColor;
+class TQPainter;
+class TQColor;
namespace KHE
{
diff --git a/khexedit/lib/kcharcolumn.h b/khexedit/lib/kcharcolumn.h
index e196cf9..59429f1 100644
--- a/khexedit/lib/kcharcolumn.h
+++ b/khexedit/lib/kcharcolumn.h
@@ -23,8 +23,8 @@
// lib specific
#include "kbuffercolumn.h"
-class QPainter;
-class QColor;
+class TQPainter;
+class TQColor;
namespace KHE
diff --git a/khexedit/lib/kcoltextexport.h b/khexedit/lib/kcoltextexport.h
index 0042bae..ae5259e 100644
--- a/khexedit/lib/kcoltextexport.h
+++ b/khexedit/lib/kcoltextexport.h
@@ -18,7 +18,7 @@
#ifndef KHE_KCOLTEXTEXPORT_H
#define KHE_KCOLTEXTEXPORT_H
-class QString;
+class TQString;
namespace KHE
{
diff --git a/khexedit/lib/kcolumn.h b/khexedit/lib/kcolumn.h
index ea219c6..c405d1b 100644
--- a/khexedit/lib/kcolumn.h
+++ b/khexedit/lib/kcolumn.h
@@ -23,7 +23,7 @@
#include "kadds.h"
#include "ksection.h"
-class QPainter;
+class TQPainter;
namespace KHE
{
diff --git a/khexedit/lib/khexedit.h b/khexedit/lib/khexedit.h
index 38bb53e..8e81fd8 100644
--- a/khexedit/lib/khexedit.h
+++ b/khexedit/lib/khexedit.h
@@ -25,7 +25,7 @@
#include "khexedit_export.h"
#include "kcolumnsview.h"
-class QTimer;
+class TQTimer;
namespace KHE
{
diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h
index 72ffc4a..b53a806 100644
--- a/khexedit/optiondialog.h
+++ b/khexedit/optiondialog.h
@@ -22,15 +22,15 @@
#define _OPTION_DIALOG_H_
-class QComboBox;
-class QFrame;
-class QCheckBox;
-class QLabel;
-class QLineEdit;
+class TQComboBox;
+class TQFrame;
+class TQCheckBox;
+class TQLabel;
+class TQLineEdit;
class QPushbutton;
-class QRadioButton;
-class QSpinBox;
-class QComboBox;
+class TQRadioButton;
+class TQSpinBox;
+class TQComboBox;
class KFontChooser;
diff --git a/khexedit/printdialogpage.h b/khexedit/printdialogpage.h
index d25fd48..8ec7b3f 100644
--- a/khexedit/printdialogpage.h
+++ b/khexedit/printdialogpage.h
@@ -22,10 +22,10 @@
#ifndef _PRINT_DIALOG_PAGE_H_
#define _PRINT_DIALOG_PAGE_H_
-class QCheckBox;
-class QComboBox;
-class QLabel;
-class QSpinBox;
+class TQCheckBox;
+class TQComboBox;
+class TQLabel;
+class TQSpinBox;
#include <kdeprint/kprintdialogpage.h>
#include <ksimpleconfig.h>
diff --git a/khexedit/searchbar.h b/khexedit/searchbar.h
index 1434ec1..752f6d6 100644
--- a/khexedit/searchbar.h
+++ b/khexedit/searchbar.h
@@ -24,10 +24,10 @@
#include "hexbuffer.h"
-class QComboBox;
-class QLineEdit;
-class QPushButton;
-class QCheckBox;
+class TQComboBox;
+class TQLineEdit;
+class TQPushButton;
+class TQCheckBox;
class CHexValidator;
class CSearchBar : public QFrame
diff --git a/khexedit/stringdialog.h b/khexedit/stringdialog.h
index 23bb051..eb462f9 100644
--- a/khexedit/stringdialog.h
+++ b/khexedit/stringdialog.h
@@ -25,11 +25,11 @@
#include <config.h>
#endif
-class QCheckBox;
-class QLabel;
-class QLineEdit;
-class QListView;
-class QSpinBox;
+class TQCheckBox;
+class TQLabel;
+class TQLineEdit;
+class TQListView;
+class TQSpinBox;
#include <tqregexp.h>
#include <kdialogbase.h>
diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h
index 4043cd2..f65cb9f 100644
--- a/khexedit/toplevel.h
+++ b/khexedit/toplevel.h
@@ -34,7 +34,7 @@
#include "hexmanagerwidget.h"
#include "statusbarprogress.h"
-class QSignalMapper;
+class TQSignalMapper;
class KAction;
class KRecentFilesAction;
class KRadioAction;