summaryrefslogtreecommitdiffstats
path: root/korganizer/interfaces/korganizer/corehelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/interfaces/korganizer/corehelper.h')
-rw-r--r--korganizer/interfaces/korganizer/corehelper.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/korganizer/interfaces/korganizer/corehelper.h b/korganizer/interfaces/korganizer/corehelper.h
index 2ab83906..53b5d9fb 100644
--- a/korganizer/interfaces/korganizer/corehelper.h
+++ b/korganizer/interfaces/korganizer/corehelper.h
@@ -23,9 +23,9 @@
#ifndef KORG_COREHELPER_H
#define KORG_COREHELPER_H
-#include <qstring.h>
-#include <qdatetime.h>
-#include <qcolor.h>
+#include <tqstring.h>
+#include <tqdatetime.h>
+#include <tqcolor.h>
#include "printplugin.h"
class KCalendarSytstem;
@@ -38,14 +38,14 @@ class CoreHelper
CoreHelper() {}
virtual ~CoreHelper() {}
- virtual QColor defaultEventColor() = 0;
- virtual QColor textColor( const QColor &bgColor ) = 0;
- virtual QColor categoryColor( const QStringList &cats ) = 0;
- virtual QString holidayString( const QDate &dt ) = 0;
- virtual QTime dayStart() = 0;
+ virtual TQColor defaultEventColor() = 0;
+ virtual TQColor textColor( const TQColor &bgColor ) = 0;
+ virtual TQColor categoryColor( const TQStringList &cats ) = 0;
+ virtual TQString holidayString( const TQDate &dt ) = 0;
+ virtual TQTime dayStart() = 0;
virtual const KCalendarSystem *calendarSystem() = 0;
virtual KOrg::PrintPlugin::List loadPrintPlugins() = 0;
- virtual bool isWorkingDay( const QDate &dt ) = 0;
+ virtual bool isWorkingDay( const TQDate &dt ) = 0;
};
}