diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-19 17:39:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-19 17:39:15 +0000 |
| commit | 72d49c830cddd485515900add95c6cc77b075745 (patch) | |
| tree | cc6d8a468ccaf783841b9e173f82a3aaef434582 /src/plugins/General/fileops/fileopsfactory.cpp | |
| parent | a849e93804c5662d68c478e3b6fb9ea301795809 (diff) | |
| download | qmmp-72d49c830cddd485515900add95c6cc77b075745.tar.gz qmmp-72d49c830cddd485515900add95c6cc77b075745.tar.bz2 qmmp-72d49c830cddd485515900add95c6cc77b075745.zip | |
removed obsolete qt macros, updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1235 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileopsfactory.cpp')
| -rw-r--r-- | src/plugins/General/fileops/fileopsfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/fileops/fileopsfactory.cpp b/src/plugins/General/fileops/fileopsfactory.cpp index a99e65deb..20e8aca0e 100644 --- a/src/plugins/General/fileops/fileopsfactory.cpp +++ b/src/plugins/General/fileops/fileopsfactory.cpp @@ -60,4 +60,4 @@ QTranslator *FileOpsFactory::createTranslator(QObject *parent) return translator; } -Q_EXPORT_PLUGIN(FileOpsFactory) +Q_EXPORT_PLUGIN2(fileops, FileOpsFactory) |
