diff options
author | Michele Calgaro <[email protected]> | 2023-11-13 18:42:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-14 20:57:09 +0900 |
commit | 802b45c5566c3916e46250060ecef332f055fc26 (patch) | |
tree | 1bd49a5d76709e620040d6474dff725d1f8fbbc2 /src/outputdirectory.cpp | |
parent | 300613eef3cbb63f040fcbced2e03570791d16f3 (diff) | |
download | soundkonverter-802b45c5566c3916e46250060ecef332f055fc26.tar.gz soundkonverter-802b45c5566c3916e46250060ecef332f055fc26.zip |
cmake conversion
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/outputdirectory.cpp')
-rw-r--r-- | src/outputdirectory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/outputdirectory.cpp b/src/outputdirectory.cpp index d2d0b7c..7504ee0 100644 --- a/src/outputdirectory.cpp +++ b/src/outputdirectory.cpp @@ -569,3 +569,4 @@ void OutputDirectory::directoryChangedSlot( const TQString& directory ) TQString(i18n("Legend")) ); }*/ +#include "outputdirectory.moc" |