summaryrefslogtreecommitdiffstats
path: root/example/application.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-07 15:17:57 +0200
committergregory guy <gregory-tde@laposte.net>2021-11-30 11:04:08 +0100
commita69b55c674b0528c00598bea54b7a661f4e49f27 (patch)
tree93ab3c9c6a8c3be0d8e0da81391904a07f515a57 /example/application.cpp
parent0896465ce705beabf8562afbabd49f8b92bf3412 (diff)
downloadtqscintilla-a69b55c674b0528c00598bea54b7a661f4e49f27.tar.gz
tqscintilla-a69b55c674b0528c00598bea54b7a661f4e49f27.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'example/application.cpp')
-rw-r--r--example/application.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/application.cpp b/example/application.cpp
index ab40c63..92a7123 100644
--- a/example/application.cpp
+++ b/example/application.cpp
@@ -18,7 +18,7 @@
#include <tqmenubar.h>
#include <tqfile.h>
#include <tqfiledialog.h>
-#include <statusbar.h>
+#include <tqstatusbar.h>
#include <tqmessagebox.h>
#include <tqprinter.h>
#include <tqapplication.h>
@@ -269,3 +269,5 @@ void ApplicationWindow::aboutTQt()
{
TQMessageBox::aboutTQt( this, "TQScintilla Application Example" );
}
+
+#include "application.moc"