Fix accidental conversion of dockwin

pull/16/head
Timothy Pearson 13 years ago
parent 2c42f32061
commit 3fde05a285

@ -336,7 +336,7 @@
* kateconsole.* konsole/* : add kateconsole widget * kateconsole.* konsole/* : add kateconsole widget
2001-02-16 Anders Lund <anders@alweb.dk> 2001-02-16 Anders Lund <anders@alweb.dk>
* katemainwindow.cpp :fixing read/write options to use maindoctwindow functions. * katemainwindow.cpp :fixing read/write options to use maindockwindow functions.
2001-02-15 Joseph Wenninger <jowenn@kde.org> 2001-02-15 Joseph Wenninger <jowenn@kde.org>
* kateview.cpp : Tab doesn't jump to next widget anymore, but inserts a tab into the text * kateview.cpp : Tab doesn't jump to next widget anymore, but inserts a tab into the text

@ -30,7 +30,7 @@
#include <tqtabbar.h> #include <tqtabbar.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqdrawutil.h> #include <tqdrawutil.h>
#include <tqlistview.h> #include <tqlistview.h>

@ -2689,7 +2689,7 @@ void PlastikStyle::tqdrawControl(TQ_ControlElement element,
break; break;
} }
// Menu and doctwindow empty space // Menu and dockwindow empty space
// //
case CE_DockWindowEmptyArea: case CE_DockWindowEmptyArea:
p->fillRect(r, cg.background()); p->fillRect(r, cg.background());

@ -46,7 +46,7 @@ install( FILES
kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h
knuminput.h kseparator.h klineedit.h knuminput.h kseparator.h klineedit.h
krestrictedline.h kcolorbutton.h kcolorbtn.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 keditcl.h kled.h keditlistbox.h
kwizard.h kkeydialog.h kkeybutton.h kwizard.h kkeydialog.h kkeybutton.h
kurllabel.h kruler.h kcursor.h kurllabel.h kruler.h kcursor.h

@ -43,7 +43,7 @@ include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \
kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h \ kmainwindow.h kmainwindowiface.h ktoolbar.h kmenubar.h \
knuminput.h kseparator.h klineedit.h \ knuminput.h kseparator.h klineedit.h \
krestrictedline.h kcolorbutton.h kcolorbtn.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 \ keditcl.h kled.h keditlistbox.h \
kwizard.h kkeydialog.h kkeybutton.h \ kwizard.h kkeydialog.h kkeybutton.h \
kurllabel.h kruler.h kcursor.h \ kurllabel.h kruler.h kcursor.h \

@ -347,4 +347,4 @@ void KSystemTray::virtual_hook( int, void* )
{ /*BASE::virtual_hook( id, data );*/ } { /*BASE::virtual_hook( id, data );*/ }
#include "ksystemtray.moc" #include "ksystemtray.moc"
#include "kdoctwindow.moc" #include "kdockwindow.moc"

@ -27,7 +27,7 @@
#ifdef KDE_USE_FINAL #ifdef KDE_USE_FINAL
#undef Always #undef Always
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#endif #endif
#include <string.h> #include <string.h>

Loading…
Cancel
Save