aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-26 18:29:52 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-26 18:29:52 +0000
commit4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717 (patch)
treecf8f7273f432e478ebf1988391e4916f41875900 /src/modules/help
parentpseudotransparency: small perfomance gain (diff)
downloadKVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.tar.gz
KVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.tar.bz2
KVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.zip
More renaming & cleanup.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/helpwidget.h2
-rw-r--r--src/modules/help/helpwindow.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h
index 956aed4ae..567d25348 100644
--- a/src/modules/help/helpwidget.h
+++ b/src/modules/help/helpwidget.h
@@ -26,7 +26,7 @@
#include "index.h"
-#include "kvi_tal_hbox.h"
+#include "KviTalHBox.h"
#include <QTextBrowser>
#include <QProgressBar>
diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h
index 7852e99d0..31b526531 100644
--- a/src/modules/help/helpwindow.h
+++ b/src/modules/help/helpwindow.h
@@ -26,8 +26,8 @@
#include "kvi_window.h"
#include "KviCString.h"
-#include "kvi_tal_vbox.h"
-#include "kvi_tal_listwidget.h"
+#include "KviTalVBox.h"
+#include "KviTalListWidget.h"
#include <QTabWidget>
#include <QLineEdit>