summaryrefslogtreecommitdiffstats
path: root/example/application.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-09 01:40:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-09 02:07:16 +0100
commit347f0b28701932eba7eb063d9093e446b81debae (patch)
treeb6941843b550f83221b13a3b2643b5a95cd428db /example/application.h
parent5da5cb1c824c608159126a82011d8a8943b360e0 (diff)
downloadtqscintilla-347f0b28701932eba7eb063d9093e446b81debae.tar.gz
tqscintilla-347f0b28701932eba7eb063d9093e446b81debae.zip
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'example/application.h')
-rw-r--r--example/application.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/application.h b/example/application.h
index 4be62c7..799e9c0 100644
--- a/example/application.h
+++ b/example/application.h
@@ -13,8 +13,8 @@
#include <tqmainwindow.h>
-class QextScintilla;
-class QextScintillaPrinter;
+class TQextScintilla;
+class TQextScintillaPrinter;
class ApplicationWindow: public TQMainWindow
{
@@ -40,8 +40,8 @@ private slots:
void aboutTQt();
private:
- QextScintillaPrinter *printer;
- QextScintilla *e;
+ TQextScintillaPrinter *printer;
+ TQextScintilla *e;
TQString filename;
};