diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:17:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:17:21 -0600 |
commit | 42bf51c1050d19e097f6a57a056a123c6e259277 (patch) | |
tree | 41b666f5bc03f4475d940ea96bd238307f95ad7b | |
parent | ac46651540f8216104239f0f45569aada0a44a11 (diff) | |
download | kgtk-qt3-42bf51c1050d19e097f6a57a056a123c6e259277.tar.gz kgtk-qt3-42bf51c1050d19e097f6a57a056a123c6e259277.zip |
Rename KStandard for enhanced compatibility with KDE4
-rw-r--r-- | common/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common.h b/common/common.h index afc8d46..f01275a 100644 --- a/common/common.h +++ b/common/common.h @@ -55,7 +55,7 @@ static const char * getPidFileName() #ifdef __KDIALOGD_H__ // We are kdialogd - so create socket folder if it does not exist... sprintf(pidfile, "%s/%s%s", tmp, PID_DIR, user); - KStandardDirs::makeDir(TQString::fromAscii(pidfile)); + TDEStandardDirs::makeDir(TQString::fromAscii(pidfile)); #endif /* CPD: TODO get dispaly number! */ @@ -95,7 +95,7 @@ static const char * getSockName() #ifdef __KDIALOGD_H__ // We are kdialogd - so create socket folder if it does not exist... sprintf(sock, "%s/%s%s", tmp, SOCK_DIR, user); - KStandardDirs::makeDir(TQString::fromAscii(sock)); + TDEStandardDirs::makeDir(TQString::fromAscii(sock)); #endif /* CPD: TODO get dispaly number! */ |