diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 00:40:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 00:40:29 -0600 |
commit | 516ce728ff4ffd1d1d78db856f167d180347dc02 (patch) | |
tree | a75c11dad46ffb10af1d143535f1b1fd275a4b61 /kopete/protocols/irc/ui/Makefile.am | |
parent | 4c6870471be96131ae42a7e20355e6f06029a6d9 (diff) | |
download | tdenetwork-516ce728ff4ffd1d1d78db856f167d180347dc02.tar.gz tdenetwork-516ce728ff4ffd1d1d78db856f167d180347dc02.zip |
Fix accidental networtde renames
Diffstat (limited to 'kopete/protocols/irc/ui/Makefile.am')
-rw-r--r-- | kopete/protocols/irc/ui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/irc/ui/Makefile.am b/kopete/protocols/irc/ui/Makefile.am index b31b75ea..854a7398 100644 --- a/kopete/protocols/irc/ui/Makefile.am +++ b/kopete/protocols/irc/ui/Makefile.am @@ -8,5 +8,5 @@ AM_CPPFLAGS = $(KOPETE_INCLUDES) \ libkopeteircui_la_SOURCES = ircadd.ui empty.cpp irceditaccountwidget.cpp \ - irceditaccount.ui channellist.cpp channellistdialog.cpp networtdeconfig.ui + irceditaccount.ui channellist.cpp channellistdialog.cpp networkconfig.ui EXTRA_DIST = ircadd.ui ircprefs.ui empty.cpp |