diff options
Diffstat (limited to 'ksysv/TopWidget.cpp')
-rw-r--r-- | ksysv/TopWidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysv/TopWidget.cpp b/ksysv/TopWidget.cpp index 67f8404..b80f503 100644 --- a/ksysv/TopWidget.cpp +++ b/ksysv/TopWidget.cpp @@ -52,11 +52,11 @@ #include <tqsimplerichtext.h> #include <kresolver.h> -#include <ktoolbar.h> +#include <tdetoolbar.h> #include <kkeydialog.h> #include <kmenubar.h> #include <kcompletion.h> -#include <kaction.h> +#include <tdeaction.h> #include <kstdaction.h> #include <kdebug.h> #include <kapplication.h> @@ -64,7 +64,7 @@ #include <khelpmenu.h> #include <klocale.h> #include <kmessagebox.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kedittoolbar.h> #include <kiconloader.h> #include <tdefiledialog.h> @@ -90,7 +90,7 @@ namespace Status { enum { - Changed, Checklist, Writable + Changed, Chectdelist, Writable }; } // namespace Status |