diff options
Diffstat (limited to 'korganizer/timelabels.cpp')
-rw-r--r-- | korganizer/timelabels.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/timelabels.cpp b/korganizer/timelabels.cpp index 53bc34588..5431594a6 100644 --- a/korganizer/timelabels.cpp +++ b/korganizer/timelabels.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 "timelabels.h" @@ -42,8 +42,8 @@ #include "koprefs.h" #include "koagenda.h" -TimeLabels::TimeLabels(int rows,TQWidget *parent,const char *name,WFlags f) : - TQScrollView(parent,name,f) +TimeLabels::TimeLabels(int rows,TQWidget *tqparent,const char *name,WFlags f) : + TQScrollView(tqparent,name,f) { mRows = rows; mMiniWidth = 0; @@ -63,7 +63,7 @@ TimeLabels::TimeLabels(int rows,TQWidget *parent,const char *name,WFlags f) : mMousePos = new TQFrame(this); mMousePos->setLineWidth(0); mMousePos->setMargin(0); - mMousePos->setBackgroundColor(Qt::red); + mMousePos->setBackgroundColor(TQt::red); mMousePos->setFixedSize(width(), 1); addChild(mMousePos, 0, 0); } |