diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
| commit | 7d18baa666593a494ceea480732a8540ba471fe5 (patch) | |
| tree | 1c656ba0da61a3bfcf4c4de730e66322865844fe /kdgantt/KDGanttViewEventItem.cpp | |
| parent | 951839808408bed4165fc025dbf00caf59ea319b (diff) | |
| download | koffice-7d18baa666593a494ceea480732a8540ba471fe5.tar.gz koffice-7d18baa666593a494ceea480732a8540ba471fe5.zip | |
Rename additional global TQt functions
Diffstat (limited to 'kdgantt/KDGanttViewEventItem.cpp')
| -rw-r--r-- | kdgantt/KDGanttViewEventItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttViewEventItem.cpp b/kdgantt/KDGanttViewEventItem.cpp index 30cdc29ba..7b2c39da9 100644 --- a/kdgantt/KDGanttViewEventItem.cpp +++ b/kdgantt/KDGanttViewEventItem.cpp @@ -139,7 +139,7 @@ KDGanttViewEventItem::~KDGanttViewEventItem() void KDGanttViewEventItem::setStartTime( const TQDateTime& start ) { if (! start.isValid() ) { - qDebug("KDGanttViewEventItem::setStartTime():Invalid parameter-no time set"); + tqDebug("KDGanttViewEventItem::setStartTime():Invalid parameter-no time set"); return; } myStartTime = start; |
