diff options
Diffstat (limited to 'akregator/src/mk4storage/storagemk4impl.cpp')
-rw-r--r-- | akregator/src/mk4storage/storagemk4impl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/mk4storage/storagemk4impl.cpp b/akregator/src/mk4storage/storagemk4impl.cpp index 8fd93c556..af71d97bb 100644 --- a/akregator/src/mk4storage/storagemk4impl.cpp +++ b/akregator/src/mk4storage/storagemk4impl.cpp @@ -19,8 +19,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 "storagemk4impl.h" #include "feedstoragemk4impl.h" @@ -85,7 +85,7 @@ TQString StorageMK4Impl::archivePath() const StorageMK4Impl::StorageMK4Impl() : d(new StorageMK4ImplPrivate) { - setArchivePath(TQString::null); // set path to default + setArchivePath(TQString()); // set path to default } TQString StorageMK4Impl::defaultArchivePath() |