Rename kcompletionbox

pull/16/head
Timothy Pearson 11 years ago
parent 546d2312d9
commit 43636e0371

@ -32,7 +32,7 @@
#include <tqevent.h>
#include <tqdragobject.h>
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include <tdeconfig.h>
#include <kcursor.h>
#include <kstandarddirs.h>

@ -23,7 +23,7 @@
*
*/
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include <kcursor.h>
#include <kdebug.h>
#include <tdefiledialog.h>

@ -47,7 +47,7 @@
#include <kapplication.h>
#include <kcharsets.h>
#include <kcmdlineargs.h>
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>

@ -66,7 +66,7 @@ install( FILES
kedittoolbar.h kdockwidget.h kanimwidget.h
krootpixmap.h kaboutkde.h kaboutapplication.h
kpanelapplet.h kpushbutton.h kdcopactionproxy.h kcolorcombo.h
kpanelextension.h kcompletionbox.h ksqueezedtextlabel.h
kpanelextension.h tdecompletionbox.h ksqueezedtextlabel.h
kcommand.h twindowlistmenu.h tdefontcombo.h tdeaccelgen.h ktip.h
kdatewidget.h karrowbutton.h kguiitem.h kstdguiitem.h
kstringvalidator.h twindowinfo.h
@ -129,7 +129,7 @@ set( ${target}_SRCS
kanimwidget.cpp krootpixmap.cpp kaboutkde.cpp
kaboutapplication.cpp kpanelapplet.cpp kdcopactionproxy.cpp
kcolorcombo.cpp kpushbutton.cpp kpanelextension.cpp
kcompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp
tdecompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp
kcommand.cpp twindowlistmenu.cpp tdefontcombo.cpp ktip.cpp
kdatewidget.cpp karrowbutton.cpp tdemainwindowiface.cpp
tdemainwindowiface.skel kguiitem.cpp kstdguiitem.cpp

@ -23,7 +23,7 @@ kcolordialog.cpp Waldo Bastian <bastian@kde.org>
kcolordrag.cpp
kcombobox.cpp Dawit Alemayehu <adawit@kde.org>, Carsten Pfeiffer <pfeiffer@kde.org>
kcommand.cpp Werner Trobin <trobin@kde.org>
kcompletionbox.cpp Carsten Pfeiffer <pfeiffer@kde.org>
tdecompletionbox.cpp Carsten Pfeiffer <pfeiffer@kde.org>
kcursor.cpp Carsten Pfeiffer <pfeiffer@kde.org>
kdatepicker.cpp
kdatetbl.cpp

@ -63,7 +63,7 @@ include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \
kedittoolbar.h kdockwidget.h kanimwidget.h \
krootpixmap.h kaboutkde.h kaboutapplication.h \
kpanelapplet.h kpushbutton.h kdcopactionproxy.h kcolorcombo.h \
kpanelextension.h kcompletionbox.h ksqueezedtextlabel.h \
kpanelextension.h tdecompletionbox.h ksqueezedtextlabel.h \
kcommand.h twindowlistmenu.h tdefontcombo.h tdeaccelgen.h ktip.h \
kdatewidget.h karrowbutton.h kguiitem.h kstdguiitem.h \
kstringvalidator.h twindowinfo.h \
@ -110,7 +110,7 @@ libtdeui_la_SOURCES = \
kanimwidget.cpp krootpixmap.cpp kaboutkde.cpp \
kaboutapplication.cpp kpanelapplet.cpp kdcopactionproxy.cpp \
kcolorcombo.cpp kpushbutton.cpp kpanelextension.cpp \
kcompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp \
tdecompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp \
kcommand.cpp twindowlistmenu.cpp tdefontcombo.cpp ktip.cpp \
kdatewidget.cpp karrowbutton.cpp tdemainwindowiface.cpp \
tdemainwindowiface.skel kguiitem.cpp kstdguiitem.cpp \

@ -25,7 +25,7 @@
#include <tqpopupmenu.h>
#include <tqapplication.h>
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include <kcursor.h>
#include <kiconloader.h>
#include <kicontheme.h>

@ -36,7 +36,7 @@
#include <tdestdaccel.h>
#include <tdepopupmenu.h>
#include <kdebug.h>
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include <kurl.h>
#include <kurldrag.h>
#include <kiconloader.h>

@ -31,7 +31,7 @@
#include <knotifyclient.h>
#include <kglobalsettings.h>
#include "kcompletionbox.h"
#include "tdecompletionbox.h"
class TDECompletionBox::TDECompletionBoxPrivate
{
@ -559,4 +559,4 @@ bool TDECompletionBox::activateOnSelect() const
void TDECompletionBox::virtual_hook( int id, void* data )
{ TDEListBox::virtual_hook( id, data ); }
#include "kcompletionbox.moc"
#include "tdecompletionbox.moc"

@ -12,7 +12,7 @@
#include <klocale.h>
#include <klineedit.h>
#include <kglobalsettings.h>
#include <kcompletionbox.h>
#include <tdecompletionbox.h>
#include "klineedittest.h"

@ -37,7 +37,7 @@ kcolordialog.cpp \
kcolordrag.cpp \
kcombobox.cpp \
kcommand.cpp \
kcompletionbox.cpp \
tdecompletionbox.cpp \
tdeconfigdialog.cpp \
kcursor.cpp \
kdatepicker.cpp \

Loading…
Cancel
Save