diff options
Diffstat (limited to 'kdat')
-rw-r--r-- | kdat/ArchiveInfoWidget.h | 6 | ||||
-rw-r--r-- | kdat/BackupDlg.h | 4 | ||||
-rw-r--r-- | kdat/BackupProfileWidget.h | 10 | ||||
-rw-r--r-- | kdat/FileInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/FormatOptDlg.h | 4 | ||||
-rw-r--r-- | kdat/ImageCache.h | 2 | ||||
-rw-r--r-- | kdat/IndexDlg.h | 4 | ||||
-rw-r--r-- | kdat/KDatMainWindow.cpp | 4 | ||||
-rw-r--r-- | kdat/KDatMainWindow.h | 6 | ||||
-rw-r--r-- | kdat/LoggerWidget.h | 2 | ||||
-rw-r--r-- | kdat/OptionsDlg.h | 2 | ||||
-rw-r--r-- | kdat/TapeFileInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/TapeInfoWidget.h | 8 | ||||
-rw-r--r-- | kdat/VerifyDlg.h | 4 | ||||
-rw-r--r-- | kdat/VerifyOptDlg.h | 2 |
15 files changed, 31 insertions, 31 deletions
diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h index a34d1c9..5e745b0 100644 --- a/kdat/ArchiveInfoWidget.h +++ b/kdat/ArchiveInfoWidget.h @@ -21,9 +21,9 @@ #include <tqwidget.h> -class QLabel; -class QLineEdit; -class QPushButton; +class TQLabel; +class TQLineEdit; +class TQPushButton; class Archive; diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h index c3c602b..cf32bef 100644 --- a/kdat/BackupDlg.h +++ b/kdat/BackupDlg.h @@ -21,8 +21,8 @@ #include <tqdialog.h> -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class KProcess; diff --git a/kdat/BackupProfileWidget.h b/kdat/BackupProfileWidget.h index 945f725..0a2f580 100644 --- a/kdat/BackupProfileWidget.h +++ b/kdat/BackupProfileWidget.h @@ -22,11 +22,11 @@ #include <ktabctl.h> #include <tqstrlist.h> -class QCheckBox; -class QComboBox; -class QLabel; -class QLineEdit; -class QListBox; +class TQCheckBox; +class TQComboBox; +class TQLabel; +class TQLineEdit; +class TQListBox; class BackupProfile; diff --git a/kdat/FileInfoWidget.h b/kdat/FileInfoWidget.h index 9b2d227..9a0a32f 100644 --- a/kdat/FileInfoWidget.h +++ b/kdat/FileInfoWidget.h @@ -21,7 +21,7 @@ #include <tqwidget.h> -class QLabel; +class TQLabel; /** * @short Display information about a local file. diff --git a/kdat/FormatOptDlg.h b/kdat/FormatOptDlg.h index b75baeb..861fa93 100644 --- a/kdat/FormatOptDlg.h +++ b/kdat/FormatOptDlg.h @@ -22,8 +22,8 @@ #include <tqdialog.h> #include <tqstring.h> -class QComboBox; -class QLineEdit; +class TQComboBox; +class TQLineEdit; /** * @short Display/edit options for formatting a tape. diff --git a/kdat/ImageCache.h b/kdat/ImageCache.h index acf9b29..9f2419c 100644 --- a/kdat/ImageCache.h +++ b/kdat/ImageCache.h @@ -19,7 +19,7 @@ #ifndef _ImageCache_h_ #define _ImageCache_h_ -class QPixmap; +class TQPixmap; /** * @short A container for commonly used icons. diff --git a/kdat/IndexDlg.h b/kdat/IndexDlg.h index 96556db..5b237c8 100644 --- a/kdat/IndexDlg.h +++ b/kdat/IndexDlg.h @@ -24,8 +24,8 @@ #include "Range.h" -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class Archive; class File; diff --git a/kdat/KDatMainWindow.cpp b/kdat/KDatMainWindow.cpp index bd14b8e..5ead8c9 100644 --- a/kdat/KDatMainWindow.cpp +++ b/kdat/KDatMainWindow.cpp @@ -130,7 +130,7 @@ KDatMainWindow::KDatMainWindow() _backupProfileMenu->insertSeparator(); _backupProfileMenu->insertItem( i18n( "Delete Backup Profile" ), this, TQT_SLOT( fileDeleteBackupProfile() ) ); - _fileMenu = new QPopupMenu; + _fileMenu = new TQPopupMenu; _fileMenu->insertItem( i18n( "Backup..." ) , this, TQT_SLOT( fileBackup() ) ); _fileMenu->insertItem( i18n( "Restore..." ) , this, TQT_SLOT( fileRestore() ) ); _fileMenu->insertItem( i18n( "Verify..." ) , this, TQT_SLOT( fileVerify() ) ); @@ -145,7 +145,7 @@ KDatMainWindow::KDatMainWindow() _fileMenu->insertSeparator(); _fileMenu->insertItem( SmallIcon("exit"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q ); - _editMenu = new QPopupMenu; + _editMenu = new TQPopupMenu; _editMenu->insertItem( SmallIcon("configure"), i18n( "Configure KDat..." ) , this, TQT_SLOT( editPreferences() ) ); _menu = new KMenuBar( this ); diff --git a/kdat/KDatMainWindow.h b/kdat/KDatMainWindow.h index 9091975..7855923 100644 --- a/kdat/KDatMainWindow.h +++ b/kdat/KDatMainWindow.h @@ -25,14 +25,14 @@ #include <tqlabel.h> class KMenuBar; -class QSplitter; +class TQSplitter; class KStatusBar; class KToolBar; class KTreeView; class KTreeViewItem; -class QPixmap; -class QPopupMenu; +class TQPixmap; +class TQPopupMenu; class Archive; class ArchiveInfoWidget; diff --git a/kdat/LoggerWidget.h b/kdat/LoggerWidget.h index 3c57d68..fed21c0 100644 --- a/kdat/LoggerWidget.h +++ b/kdat/LoggerWidget.h @@ -21,7 +21,7 @@ #include <tqwidget.h> -class QMultiLineEdit; +class TQMultiLineEdit; /** * @short A titled logging widget with a save option. diff --git a/kdat/OptionsDlg.h b/kdat/OptionsDlg.h index 1f7dcd5..bd8a7de 100644 --- a/kdat/OptionsDlg.h +++ b/kdat/OptionsDlg.h @@ -21,7 +21,7 @@ #include <kdialogbase.h> -class QPushButton; +class TQPushButton; class OptionsDlgWidget; /** diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index e38cd6e..9098fb0 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -21,7 +21,7 @@ #include <tqwidget.h> -class QLabel; +class TQLabel; class File; diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index 74bde2d..9b16aa9 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -21,10 +21,10 @@ #include <tqwidget.h> -class QComboBox; -class QLabel; -class QLineEdit; -class QPushButton; +class TQComboBox; +class TQLabel; +class TQLineEdit; +class TQPushButton; class Tape; diff --git a/kdat/VerifyDlg.h b/kdat/VerifyDlg.h index a0ac521..0535cd4 100644 --- a/kdat/VerifyDlg.h +++ b/kdat/VerifyDlg.h @@ -24,8 +24,8 @@ #include "Range.h" -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class KProcess; diff --git a/kdat/VerifyOptDlg.h b/kdat/VerifyOptDlg.h index 67275a3..48a3624 100644 --- a/kdat/VerifyOptDlg.h +++ b/kdat/VerifyOptDlg.h @@ -22,7 +22,7 @@ #include <tqdialog.h> #include <tqstring.h> -class QLineEdit; +class TQLineEdit; /** * @short Display/edit the information for performing a verify/restore operation. |