diff options
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, 9 insertions, 3 deletions
diff --git a/src/modules/channelsjoin/channelsjoin.pro b/src/modules/channelsjoin/channelsjoin.pro new file mode 100644 index 000000000..71e87468d --- /dev/null +++ b/src/modules/channelsjoin/channelsjoin.pro @@ -0,0 +1,7 @@ +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 00f138597..8139399d2 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -296,6 +296,4 @@ void KviChannelsJoinWindow::closeEvent(QCloseEvent *e) { e->ignore(); delete this; -} - -#include "m_channelsjoinwindow.moc" +}
\ No newline at end of file diff --git a/src/modules/channelsjoin/channelsjoinwindow.h b/src/modules/channelsjoin/channelsjoinwindow.h index 27bf5cddf..8719b7459 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.h +++ b/src/modules/channelsjoin/channelsjoinwindow.h @@ -25,6 +25,7 @@ #define _CHANNELSJOIN_H_ #include "kvi_window.h" #include "kvi_string.h" +#include "kvi_tal_groupbox.h" #include <qdialog.h> |
