summaryrefslogtreecommitdiffstats
path: root/krec
diff options
context:
space:
mode:
Diffstat (limited to 'krec')
-rw-r--r--krec/krecconfig_files.h12
-rw-r--r--krec/krecconfig_fileswidget.h10
-rw-r--r--krec/krecconfigure.h14
-rw-r--r--krec/krecexport_wave.h2
-rw-r--r--krec/krecfile.h10
-rw-r--r--krec/krecfileview.h6
-rw-r--r--krec/krecfileviewhelpers.h4
-rw-r--r--krec/krecfilewidgets.h10
-rw-r--r--krec/krecglobal.h2
-rw-r--r--krec/krecnewproperties.h10
-rw-r--r--krec/mp3_export/krecexport_mp3.h2
-rw-r--r--krec/ogg_export/krecexport_ogg.h2
12 files changed, 42 insertions, 42 deletions
diff --git a/krec/krecconfig_files.h b/krec/krecconfig_files.h
index dcf474c7..f8f78691 100644
--- a/krec/krecconfig_files.h
+++ b/krec/krecconfig_files.h
@@ -18,12 +18,12 @@
#include <tqstringlist.h>
#include <tqstring.h>
-class QBoxLayout;
-class QRadioButton;
-class QButtonGroup;
-class QLineEdit;
-class QHBox;
-class QLabel;
+class TQBoxLayout;
+class TQRadioButton;
+class TQButtonGroup;
+class TQLineEdit;
+class TQHBox;
+class TQLabel;
class KRecConfigFilesWidget;
diff --git a/krec/krecconfig_fileswidget.h b/krec/krecconfig_fileswidget.h
index 2dfb1b36..458f0395 100644
--- a/krec/krecconfig_fileswidget.h
+++ b/krec/krecconfig_fileswidget.h
@@ -21,11 +21,11 @@
#include <tqstringlist.h>
#include <tqstring.h>
-class QRadioButton;
-class QCheckBox;
-class QButtonGroup;
-class QLineEdit;
-class QLabel;
+class TQRadioButton;
+class TQCheckBox;
+class TQButtonGroup;
+class TQLineEdit;
+class TQLabel;
class KRecConfigFilesWidget : public TQVBox {
Q_OBJECT
diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h
index 00d1317e..db061f2b 100644
--- a/krec/krecconfigure.h
+++ b/krec/krecconfigure.h
@@ -18,13 +18,13 @@
#include <tqstringlist.h>
#include <tqstring.h>
-class QBoxLayout;
-class QRadioButton;
-class QButtonGroup;
-class QLineEdit;
-class QHBox;
-class QLabel;
-class QCheckBox;
+class TQBoxLayout;
+class TQRadioButton;
+class TQButtonGroup;
+class TQLineEdit;
+class TQHBox;
+class TQLabel;
+class TQCheckBox;
class KPushButton;
class KRecConfigGeneral : public KCModule {
diff --git a/krec/krecexport_wave.h b/krec/krecexport_wave.h
index 664ad35a..6390eb48 100644
--- a/krec/krecexport_wave.h
+++ b/krec/krecexport_wave.h
@@ -17,7 +17,7 @@
#include "krecexport_template.h"
class KTempFile;
-class QFile;
+class TQFile;
class KRecExport_Wave : public KRecExportItem {
Q_OBJECT
diff --git a/krec/krecfile.h b/krec/krecfile.h
index 8b030833..895a6a6d 100644
--- a/krec/krecfile.h
+++ b/krec/krecfile.h
@@ -23,7 +23,7 @@
class KRecBuffer;
class KTempDir;
class KSimpleConfig;
-class QFile;
+class TQFile;
class KRecFileViewWidget;
class KRecFile : virtual public TQObject {
@@ -117,11 +117,11 @@ private:
void init();
};
-class QFile;
-class QDir;
-class QFileInfo;
+class TQFile;
+class TQDir;
+class TQFileInfo;
class KConfig;
-class QDataStream;
+class TQDataStream;
class KRecBuffer : virtual public TQObject {
Q_OBJECT
diff --git a/krec/krecfileview.h b/krec/krecfileview.h
index 42cf7c12..de47d0f4 100644
--- a/krec/krecfileview.h
+++ b/krec/krecfileview.h
@@ -18,9 +18,9 @@
class KRecFile;
class KRecBuffer;
-class QBoxLayout;
-class QLabel;
-class QLineEdit;
+class TQBoxLayout;
+class TQLabel;
+class TQLineEdit;
class KRecFileWidget;
class KRecBufferWidget;
diff --git a/krec/krecfileviewhelpers.h b/krec/krecfileviewhelpers.h
index db53d911..bd78c4d6 100644
--- a/krec/krecfileviewhelpers.h
+++ b/krec/krecfileviewhelpers.h
@@ -20,9 +20,9 @@
#include <tqpoint.h>
#include <kglobalsettings.h>
-class QBoxLayout;
+class TQBoxLayout;
class AKLabel;
-class QPopupMenu;
+class TQPopupMenu;
class KPopupMenu;
class KRecTimeBar : public TQFrame {
diff --git a/krec/krecfilewidgets.h b/krec/krecfilewidgets.h
index fe389b16..e183474b 100644
--- a/krec/krecfilewidgets.h
+++ b/krec/krecfilewidgets.h
@@ -21,17 +21,17 @@
class KRecFile;
class KRecBuffer;
class TimeDisplay;
-class QBoxLayout;
-class QLabel;
-class QLineEdit;
+class TQBoxLayout;
+class TQLabel;
+class TQLineEdit;
class KRecFileWidget;
class KRecBufferWidget;
class KRecTimeBar;
class KRecTimeDisplay;
-class QRegion;
-class QPainter;
+class TQRegion;
+class TQPainter;
class KAction;
class KToggleAction;
diff --git a/krec/krecglobal.h b/krec/krecglobal.h
index f29a786d..102dc3f8 100644
--- a/krec/krecglobal.h
+++ b/krec/krecglobal.h
@@ -20,7 +20,7 @@
#include <tqdict.h>
class KConfig;
-class QWidget;
+class TQWidget;
class KStatusBar;
class KRecExportItem;
diff --git a/krec/krecnewproperties.h b/krec/krecnewproperties.h
index 53996f13..886ffdef 100644
--- a/krec/krecnewproperties.h
+++ b/krec/krecnewproperties.h
@@ -17,12 +17,12 @@
#include <tqdialog.h>
class KConfig;
-class QBoxLayout;
-class QButtonGroup;
-class QRadioButton;
+class TQBoxLayout;
+class TQButtonGroup;
+class TQRadioButton;
class KPushButton;
-class QHBox;
-class QVBox;
+class TQHBox;
+class TQVBox;
class KRecConfigFilesWidget;
diff --git a/krec/mp3_export/krecexport_mp3.h b/krec/mp3_export/krecexport_mp3.h
index baa40914..e6481309 100644
--- a/krec/mp3_export/krecexport_mp3.h
+++ b/krec/mp3_export/krecexport_mp3.h
@@ -19,7 +19,7 @@
#include <lame/lame.h>
class KTempFile;
-class QFile;
+class TQFile;
class KRecExport_MP3 : public KRecExportItem {
Q_OBJECT
diff --git a/krec/ogg_export/krecexport_ogg.h b/krec/ogg_export/krecexport_ogg.h
index 15c0337d..787f8e34 100644
--- a/krec/ogg_export/krecexport_ogg.h
+++ b/krec/ogg_export/krecexport_ogg.h
@@ -23,7 +23,7 @@
#include <vorbis/vorbisenc.h>
class KTempFile;
-class QFile;
+class TQFile;
class KRecExport_OGG : public KRecExportItem {
Q_OBJECT