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/my | |
| 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/my')
| -rw-r--r-- | src/modules/my/idle.cpp | 1 | ||||
| -rw-r--r-- | src/modules/my/my.pro | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/modules/my/idle.cpp b/src/modules/my/idle.cpp index 351806d83..34eef595d 100644 --- a/src/modules/my/idle.cpp +++ b/src/modules/my/idle.cpp @@ -130,3 +130,4 @@ void Idle::doCheck() secondsIdle(secondsIdle()); } +#include "idle.moc" diff --git a/src/modules/my/my.pro b/src/modules/my/my.pro deleted file mode 100644 index ba241b667..000000000 --- a/src/modules/my/my.pro +++ /dev/null @@ -1,7 +0,0 @@ -TARGET = kvimy
-
-HEADERS += idle.h
-
-SOURCES += libkvimy.cpp idle_x11.cpp idle_mac.cpp idle.cpp
-
-include(../module.pri)
\ No newline at end of file |
