diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeui/Makefile.am | 2 | ||||
-rw-r--r-- | tdeui/ksystemtray.cpp | 2 | ||||
-rw-r--r-- | tdeui/ktoolbar.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/CMakeLists.txt b/tdeui/CMakeLists.txt index ed6fca193..9ff7efc91 100644 --- a/tdeui/CMakeLists.txt +++ b/tdeui/CMakeLists.txt @@ -46,7 +46,7 @@ install( FILES kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h knuminput.h kseparator.h klineedit.h krestrictedline.h kcolorbutton.h kcolorbtn.h - ksystemtray.h kdoctwindow.h kbuttonbox.h + ksystemtray.h kdockwindow.h kbuttonbox.h keditcl.h kled.h keditlistbox.h kwizard.h kkeydialog.h kkeybutton.h kurllabel.h kruler.h kcursor.h diff --git a/tdeui/Makefile.am b/tdeui/Makefile.am index d85c952ff..821e2e682 100644 --- a/tdeui/Makefile.am +++ b/tdeui/Makefile.am @@ -43,7 +43,7 @@ include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \ kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h \ knuminput.h kseparator.h klineedit.h \ krestrictedline.h kcolorbutton.h kcolorbtn.h \ - ksystemtray.h kdoctwindow.h kbuttonbox.h \ + ksystemtray.h kdockwindow.h kbuttonbox.h \ keditcl.h kled.h keditlistbox.h \ kwizard.h kkeydialog.h kkeybutton.h \ kurllabel.h kruler.h kcursor.h \ diff --git a/tdeui/ksystemtray.cpp b/tdeui/ksystemtray.cpp index 063ffa0e1..1f3d010af 100644 --- a/tdeui/ksystemtray.cpp +++ b/tdeui/ksystemtray.cpp @@ -347,4 +347,4 @@ void KSystemTray::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } #include "ksystemtray.moc" -#include "kdoctwindow.moc" +#include "kdockwindow.moc" diff --git a/tdeui/ktoolbar.cpp b/tdeui/ktoolbar.cpp index 8c890feb9..b3c383c4d 100644 --- a/tdeui/ktoolbar.cpp +++ b/tdeui/ktoolbar.cpp @@ -27,7 +27,7 @@ #ifdef KDE_USE_FINAL #undef Always -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #endif #include <string.h> |