diff options
Diffstat (limited to 'korganizer/navigatorbar.cpp')
-rw-r--r-- | korganizer/navigatorbar.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/navigatorbar.cpp b/korganizer/navigatorbar.cpp index 836c251fa..b22b3f709 100644 --- a/korganizer/navigatorbar.cpp +++ b/korganizer/navigatorbar.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 <tqstring.h> @@ -42,8 +42,8 @@ #include "navigatorbar.h" -ActiveLabel::ActiveLabel( TQWidget *parent, const char *name ) - : TQLabel( parent, name ) +ActiveLabel::ActiveLabel( TQWidget *tqparent, const char *name ) + : TQLabel( tqparent, name ) { } @@ -53,8 +53,8 @@ void ActiveLabel::mouseReleaseEvent( TQMouseEvent * ) } -NavigatorBar::NavigatorBar( TQWidget *parent, const char *name ) - : TQWidget( parent, name ), mHasMinWidth( false ) +NavigatorBar::NavigatorBar( TQWidget *tqparent, const char *name ) + : TQWidget( tqparent, name ), mHasMinWidth( false ) { TQFont tfont = font(); tfont.setPointSize( 10 ); |