summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--korganizer/konewstuff.cpp2
-rw-r--r--korganizer/konewstuff.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/konewstuff.cpp b/korganizer/konewstuff.cpp
index 346ebf7e..dbea4850 100644
--- a/korganizer/konewstuff.cpp
+++ b/korganizer/konewstuff.cpp
@@ -33,7 +33,7 @@
#include "konewstuff.h"
KONewStuff::KONewStuff( CalendarView *view ) :
- KNewStuff( "korganizer/calendar", view ),
+ TDENewStuff( "korganizer calendar", view ),
mView( view )
{
}
diff --git a/korganizer/konewstuff.h b/korganizer/konewstuff.h
index 92e9a0dc..6a168b41 100644
--- a/korganizer/konewstuff.h
+++ b/korganizer/konewstuff.h
@@ -23,12 +23,12 @@
#ifndef KONEWSTUFF_H
#define KONEWSTUFF_H
-#include "knewstuff/knewstuff.h"
+#include "tdenewstuff/knewstuff.h"
class KOrganizer;
class CalendarView;
-class KONewStuff : public KNewStuff
+class KONewStuff : public TDENewStuff
{
public:
KONewStuff( CalendarView * );