summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:15:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:15:38 -0600
commita9cbd3c2908e317245b0ef2128749a8d60e51d49 (patch)
treeab49fe96421fae11630cd7f8e2cdc6300314deda /src
parent822030032a8be8e214d95d5bd3fcd94df6d73c5c (diff)
downloadkchmviewer-a9cbd3c2908e317245b0ef2128749a8d60e51d49.tar.gz
kchmviewer-a9cbd3c2908e317245b0ef2128749a8d60e51d49.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/kchmbookmarkwindow.cpp4
-rw-r--r--src/kchmmainwindow.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c853ef9..40a3131 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ LIB_KDEEXTRA = kde/libkdeextra.a
endif
bin_PROGRAMS = kchmviewer
-kchmviewer_SOURCES = iconstorage.cpp kchmbookmarkwindow.cpp kchmconfig.cpp \
+kchmviewer_SOURCES = iconstorage.cpp kchmbookmartwindow.cpp kchmconfig.cpp \
kchmindexwindow.cpp kchmmainwindow.cpp kchmsearchtoolbar.cpp kchmsearchwindow.cpp \
kchmsettings.cpp kchmsourcefactory.cpp kchmtreeviewitem.cpp kchmviewwindow.cpp main.cpp \
kchmdialogchooseurlfromlist.cpp kde-qt.cpp kchmviewwindow_qtextbrowser.cpp \
@@ -26,7 +26,7 @@ METASOURCES = AUTO
KDE_OPTIONS = qtonly
KDE_ICON = AUTO
noinst_HEADERS = kchmsettings.h forwarddeclarations.h kchmsourcefactory.h \
- iconstorage.h kchmbookmarkwindow.h kchmconfig.h kchmtreeviewitem.h \
+ iconstorage.h kchmbookmartwindow.h kchmconfig.h kchmtreeviewitem.h \
kchmdialogchooseurlfromlist.h kchmviewwindow.h kchmindexwindow.h \
kchmmainwindow.h kchmviewwindow_qtextbrowser.h kchmsearchtoolbar.h kde-qt.h \
kchmsearchwindow.h kqtempfile.h kqrunprocess.h kchmnavtoolbar.h kchmviewwindowmgr.h \
diff --git a/src/kchmbookmarkwindow.cpp b/src/kchmbookmarkwindow.cpp
index c27e2d1..3c43c6f 100644
--- a/src/kchmbookmarkwindow.cpp
+++ b/src/kchmbookmarkwindow.cpp
@@ -19,13 +19,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "kchmbookmarkwindow.h"
+#include "kchmbookmartwindow.h"
#include "kchmmainwindow.h"
#include "kchmviewwindow.h"
#include "kchmlistitemtooltip.h"
#include "kchmtreeviewitem.h"
-#include "kchmbookmarkwindow.moc"
+#include "kchmbookmartwindow.moc"
KCHMBookmarkWindow::KCHMBookmarkWindow(TQWidget *parent, const char *name)
: TQWidget(parent, name)
diff --git a/src/kchmmainwindow.cpp b/src/kchmmainwindow.cpp
index 7494cf9..04530a9 100644
--- a/src/kchmmainwindow.cpp
+++ b/src/kchmmainwindow.cpp
@@ -39,7 +39,7 @@
#include "kchmconfig.h"
#include "kchmindexwindow.h"
#include "kchmsearchwindow.h"
-#include "kchmbookmarkwindow.h"
+#include "kchmbookmartwindow.h"
#include "kchmtreeviewitem.h"
#include "kchmsearchtoolbar.h"
#include "kchmsettings.h"