diff options
Diffstat (limited to 'korganizer/plugins/timespanview/lineview.cpp')
-rw-r--r-- | korganizer/plugins/timespanview/lineview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/timespanview/lineview.cpp b/korganizer/plugins/timespanview/lineview.cpp index 93a2f0bfa..fe337f4eb 100644 --- a/korganizer/plugins/timespanview/lineview.cpp +++ b/korganizer/plugins/timespanview/lineview.cpp @@ -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. */ #include <tqpainter.h> @@ -31,8 +31,8 @@ #include "lineview.h" #include "lineview.moc" -LineView::LineView( TQWidget *parent, const char *name ) : - TQScrollView( parent, name ) +LineView::LineView( TQWidget *tqparent, const char *name ) : + TQScrollView( tqparent, name ) { mPixelWidth = 1000; |