diff options
author | gregory guy <[email protected]> | 2018-09-28 13:21:36 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-09-28 13:21:36 +0200 |
commit | b7ae75d53ab260a281d6424d566738fc8a3715c5 (patch) | |
tree | cedb328cacb46031f84664993d8e60d732f9b1bc /src/resizabledragwidget.cpp | |
parent | 3818195f21eb5b4882460d52501aff34dddabe93 (diff) | |
download | kvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.tar.gz kvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.zip |
convert to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/resizabledragwidget.cpp')
-rw-r--r-- | src/resizabledragwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resizabledragwidget.cpp b/src/resizabledragwidget.cpp index 609289a..ec48d6e 100644 --- a/src/resizabledragwidget.cpp +++ b/src/resizabledragwidget.cpp @@ -89,4 +89,4 @@ void ResizableDragWidget::paintEvent(TQPaintEvent *) } - +#include "resizabledragwidget.moc" |