diff options
author | gregory guy <[email protected]> | 2018-09-28 13:21:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-28 15:04:32 +0200 |
commit | 62a9253d76bf85295582b0c5dad6c0952f749fed (patch) | |
tree | 06e07df838c478eb86feb0bb6d4a530d21ab9930 /src/DragWidget.cpp | |
parent | 2e83bc7c6bcfb092e4b4c53318fd726d82725c02 (diff) | |
download | kvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.tar.gz kvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.zip |
convert to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5)
Diffstat (limited to 'src/DragWidget.cpp')
-rw-r--r-- | src/DragWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DragWidget.cpp b/src/DragWidget.cpp index 769c1a8..8517b99 100644 --- a/src/DragWidget.cpp +++ b/src/DragWidget.cpp @@ -33,3 +33,4 @@ void DragWidget::mouseMoveEvent(TQMouseEvent *e) } +#include "DragWidget.moc" |