From 1df632a0e6e550a5a100247c6b4713078e78f413 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Apr 2019 23:28:33 +0900 Subject: Removed unnecessary and/or TDE-unrelated code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- .../qt4/tools/linguist/tutorial/tt3/mainwindow.h | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h (limited to 'tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h') diff --git a/tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h b/tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h deleted file mode 100644 index b142566..0000000 --- a/tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h +++ /dev/null @@ -1,24 +0,0 @@ -/**************************************************************** -** -** Definition of MainWindow class, translation tutorial 3 -** -****************************************************************/ - -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -class MainWindow : public TQMainWindow -{ - Q_OBJECT - TQ_OBJECT -public: - MainWindow( TQWidget *parent = 0, const char *name = 0 ); - -private Q_SLOTS: - void about(); - void aboutTQt(); -}; - -#endif -- cgit v1.2.3