diff options
| author | 2007-07-05 09:16:45 +0000 | |
|---|---|---|
| committer | 2007-07-05 09:16:45 +0000 | |
| commit | 134c12759e236fac24c9724b6ef3aaefde6830f7 (patch) | |
| tree | f86b36fb7949816dde44e5cd8ee898d112706854 /src/modules/channelsjoin | |
| parent | fixed font saving in qt4 kvirc (diff) | |
| download | KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.gz KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.bz2 KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.zip | |
undoing, sorry
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@646 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/channelsjoin')
| -rw-r--r-- | src/modules/channelsjoin/channelsjoin.pro | 7 | ||||
| -rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.cpp | 4 | ||||
| -rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.h | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/src/modules/channelsjoin/channelsjoin.pro b/src/modules/channelsjoin/channelsjoin.pro deleted file mode 100644 index 71e87468d..000000000 --- a/src/modules/channelsjoin/channelsjoin.pro +++ /dev/null @@ -1,7 +0,0 @@ -TARGET = kvichannelsjoin
-
-HEADERS += channelsjoinwindow.h
-
-SOURCES += libkvichannelsjoin.cpp channelsjoinwindow.cpp
-
-include(../module.pri)
\ No newline at end of file diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index 8139399d2..00f138597 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -296,4 +296,6 @@ void KviChannelsJoinWindow::closeEvent(QCloseEvent *e) { e->ignore(); delete this; -}
\ No newline at end of file +} + +#include "m_channelsjoinwindow.moc" diff --git a/src/modules/channelsjoin/channelsjoinwindow.h b/src/modules/channelsjoin/channelsjoinwindow.h index 8719b7459..27bf5cddf 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.h +++ b/src/modules/channelsjoin/channelsjoinwindow.h @@ -25,7 +25,6 @@ #define _CHANNELSJOIN_H_ #include "kvi_window.h" #include "kvi_string.h" -#include "kvi_tal_groupbox.h" #include <qdialog.h> |
