summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/printing/list/listprint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/printing/list/listprint.cpp')
-rw-r--r--korganizer/plugins/printing/list/listprint.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/printing/list/listprint.cpp b/korganizer/plugins/printing/list/listprint.cpp
index 0221f1c6..4a90bfb5 100644
--- a/korganizer/plugins/printing/list/listprint.cpp
+++ b/korganizer/plugins/printing/list/listprint.cpp
@@ -34,7 +34,7 @@
#include <kconfig.h>
#include <kdebug.h>
-#include <qbuttongroup.h>
+#include <tqbuttongroup.h>
#include "calprintlistconfig_base.h"
@@ -52,7 +52,7 @@ K_EXPORT_COMPONENT_FACTORY( libkorg_listprint, ListPrintFactory )
* Print Day
**************************************************************/
-QWidget *CalPrintList::createConfigWidget( QWidget *w )
+TQWidget *CalPrintList::createConfigWidget( TQWidget *w )
{
return new CalPrintListConfig_Base( w );
}
@@ -98,7 +98,7 @@ void CalPrintList::saveConfig()
}
}
-void CalPrintList::setDateRange( const QDate& from, const QDate& to )
+void CalPrintList::setDateRange( const TQDate& from, const TQDate& to )
{
CalPrintPluginBase::setDateRange( from, to );
CalPrintListConfig_Base *cfg =
@@ -109,7 +109,7 @@ void CalPrintList::setDateRange( const QDate& from, const QDate& to )
}
}
-void CalPrintList::print( QPainter &p, int width, int height )
+void CalPrintList::print( TQPainter &p, int width, int height )
{
}