summaryrefslogtreecommitdiffstats
path: root/kchart/kchartPrinterDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartPrinterDlg.h')
-rw-r--r--kchart/kchartPrinterDlg.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kchart/kchartPrinterDlg.h b/kchart/kchartPrinterDlg.h
index bb71b753f..49cecb6c3 100644
--- a/kchart/kchartPrinterDlg.h
+++ b/kchart/kchartPrinterDlg.h
@@ -25,23 +25,24 @@
#include <kdeprint/kprintdialogpage.h>
#include <knuminput.h>
-#include <qlabel.h>
+#include <tqlabel.h>
namespace KChart
{
class KChartPrinterDlg : public KPrintDialogPage
{
Q_OBJECT
+ TQ_OBJECT
public:
/// Getting the common arguments.
- KChartPrinterDlg( QWidget *parent = 0, const char *name = 0 );
+ KChartPrinterDlg( TQWidget *tqparent = 0, const char *name = 0 );
/// Reimplemented.
- void getOptions( QMap<QString, QString>& opts, bool include_def = false );
+ void getOptions( TQMap<TQString, TQString>& opts, bool include_def = false );
/// Reimplemented
- void setOptions( const QMap<QString, QString>& opts );
+ void setOptions( const TQMap<TQString, TQString>& opts );
/// Reimplemented.
- bool isValid( const QString& msg );
+ bool isValid( const TQString& msg );
/// The check box for the option.
private: