diff options
Diffstat (limited to 'kpilot/lib/pilotAppInfo.cc')
-rw-r--r-- | kpilot/lib/pilotAppInfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/lib/pilotAppInfo.cc b/kpilot/lib/pilotAppInfo.cc index e8caf6234..5edc57160 100644 --- a/kpilot/lib/pilotAppInfo.cc +++ b/kpilot/lib/pilotAppInfo.cc @@ -62,7 +62,7 @@ PilotAppInfoBase::~PilotAppInfoBase() } } -bool PilotAppInfoBase::setCategoryName(unsigned int i, const QString &s) +bool PilotAppInfoBase::setCategoryName(unsigned int i, const TQString &s) { if ( (i>=Pilot::CATEGORY_COUNT) || // bad category number (!categoryInfo())) // Nowhere to write to |