summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/timespanview/lineview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/timespanview/lineview.h')
-rw-r--r--korganizer/plugins/timespanview/lineview.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/korganizer/plugins/timespanview/lineview.h b/korganizer/plugins/timespanview/lineview.h
index e98d905b..df028cdb 100644
--- a/korganizer/plugins/timespanview/lineview.h
+++ b/korganizer/plugins/timespanview/lineview.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef LINEVIEW_H
#define LINEVIEW_H
@@ -27,11 +27,12 @@
#include <tqscrollview.h>
#include <tqptrlist.h>
-class LineView : public QScrollView
+class LineView : public TQScrollView
{
Q_OBJECT
+ TQ_OBJECT
public:
- LineView( TQWidget *parent = 0, const char *name = 0 );
+ LineView( TQWidget *tqparent = 0, const char *name = 0 );
virtual ~LineView();
int pixelWidth();