diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-10-21 13:49:33 +0200 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-10-21 13:49:33 +0200 |
commit | 08e08ddd20884087fa7b706d2d6856bd7d8df671 (patch) | |
tree | 8e42fc1b2abb49b42a2f4623b87e15f1b5363cbf /src/whatsthis.cpp | |
parent | a00e7b445a010cb1f76fd4fbabd95764edecb817 (diff) | |
download | knmap-08e08ddd20884087fa7b706d2d6856bd7d8df671.tar.gz knmap-08e08ddd20884087fa7b706d2d6856bd7d8df671.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/whatsthis.cpp')
-rw-r--r-- | src/whatsthis.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/whatsthis.cpp b/src/whatsthis.cpp index cb0e540..d9fa073 100644 --- a/src/whatsthis.cpp +++ b/src/whatsthis.cpp @@ -40,3 +40,5 @@ TQString WhatsThis::text( const TQPoint& /*pos */) { emit( clicked( )); return ""; } + +#include "whatsthis.moc" |