summaryrefslogtreecommitdiffstats
path: root/kicker-applets/kbinaryclock
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/kbinaryclock')
-rw-r--r--kicker-applets/kbinaryclock/datepicker.h2
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/kbinaryclock/datepicker.h b/kicker-applets/kbinaryclock/datepicker.h
index d0010af..b21cafe 100644
--- a/kicker-applets/kbinaryclock/datepicker.h
+++ b/kicker-applets/kbinaryclock/datepicker.h
@@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqvbox.h>
-class QDate;
+class TQDate;
class KDatePicker;
#define DATEPICKER_INHERITED QVBox
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index ba88456..387288d 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -31,9 +31,9 @@
#include "prefs.h"
class KLed;
-class QGridLayout;
+class TQGridLayout;
class DatePicker;
-class QGridLayout;
+class TQGridLayout;
class KBinaryClock;
class SettingsImp : public Settings {